Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
actioninja committed Oct 30, 2023
1 parent 7eb5aff commit 0daa239
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.2]
### Documentation
- Very minor typo correction in readme, bump for cargo.io update

## [4.0.1]

### Documentation
Expand Down Expand Up @@ -70,7 +74,9 @@ Major rewrite to support multiple formats while also resolving them at compile t
First "production" version. This version was specialized for The Sims 2.


[Unreleased]: https://github.com/actioninja/refpack-rs/compare/v4.0.0...HEAD
[Unreleased]: https://github.com/actioninja/refpack-rs/compare/v4.0.2...HEAD
[4.0.2]: https://github.com/actioninja/refpack-rs/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/actioninja/refpack-rs/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/actioninja/refpack-rs/compare/v3.0.3...v4.0.0
[3.0.3]: https://github.com/actioninja/refpack-rs/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/actioninja/refpack-rs/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refpack"
version = "4.0.1"
version = "4.0.2"
edition = "2021"
rust-version = "1.66"
description = "A crate providing compression/decompression for the RefPack compression format, utilized by many early 2000s EA games"
Expand Down

0 comments on commit 0daa239

Please sign in to comment.