Skip to content

Commit

Permalink
v1.0.1 - Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Apr 5, 2023
1 parent a234876 commit d096ed3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
2 changes: 1 addition & 1 deletion wasm_tob/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = '1.0.0'
__version__ = '1.0.1'

from .decode import (
decode_bytecode,
Expand Down

0 comments on commit d096ed3

Please sign in to comment.