diff --git a/CHANGELOG.md b/CHANGELOG.md index d888ccb..620e77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -Moved GitHub repository from `trailofbits` organization to `trail-of-forks` organization. - ### Added ### Changed @@ -17,6 +15,12 @@ Moved GitHub repository from `trailofbits` organization to `trail-of-forks` orga ### Fixed +## [1.0.1] - 2023-04-05 + +No code changes. + +Updated project metadata and documentation after moving GitHub repository from `trailofbits` organization to `trail-of-forks` organization. + ## [1.0.0] - 2023-01-19 Initial release after forking https://github.com/athre0z/wasm project. Previous [CHANGELOG](https://github.com/athre0z/wasm/blob/fa88deaeb6f2e50a7f2796efc8f8ba70e59baafa/CHANGELOG.md) and [commits since last previous release](https://github.com/trail-of-forks/wasm-tob/compare/5b5f17e...v1.0.0) @@ -36,7 +40,8 @@ Initial release after forking https://github.com/athre0z/wasm project. Previous - Compatibility with Python 3.10+. Project tested with Python 3.7 to 3.11. -[unreleased]: https://github.com/trail-of-forks/wasm-tob/compare/v1.0.0...HEAD +[unreleased]: https://github.com/trail-of-forks/wasm-tob/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/trail-of-forks/wasm-tob/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/trail-of-forks/wasm-tob/releases/tag/v1.0.0 [@athre0z]: https://github.com/athre0z diff --git a/wasm_tob/__init__.py b/wasm_tob/__init__.py index 1527ae3..26d8357 100644 --- a/wasm_tob/__init__.py +++ b/wasm_tob/__init__.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '1.0.0' +__version__ = '1.0.1' from .decode import ( decode_bytecode,