Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
### Changed

- Updated Pybind11 to version 3.10, adding Python 3.11 support
- Updated install instructions in readme to reflect availability on PyPI
- Encode now skips .dds files in its input to prevent needless re-encoding

### Added

- Added the `-n` option for bc3 encoding to perform a BC3nm swizzle
  • Loading branch information
drewcassidy committed Jun 21, 2023
1 parent 3280fc7 commit ec7953d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

All notable changes to this project will be documented in this file

## 0.1.4 - 2022-10-30
## 0.2.0 - 2023-06-21

### Changed

- Updated Pybind11 to version 3.10, adding Python 3.11 support
- Updated install instructions in readme to reflect availability on PyPI
- Encode now skips .dds files in its input to prevent needless re-encoding

### Added

- Added the `-n` option for bc3 encoding to perform a BC3nm swizzle


## 0.1.3 - 2022-04-13
Expand Down

0 comments on commit ec7953d

Please sign in to comment.