Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 17, 2023
1 parent 27e93b0 commit 2a5fbd7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## 0.1.0 (2023-08-17)


### ⚠ BREAKING CHANGES

* Add new fields to the manifest

### Features

* init ([31ff9f9](https://github.com/beat-forge/lib/commit/31ff9f9ff5ca4b2c12bce5e7c98cdf778b4667ed))
* lib refactor (breaking) ([58e5035](https://github.com/beat-forge/lib/commit/58e5035c2e25e091c77a750af3737dc2bd251967))


### Bug Fixes

* `from` ForgeModBytes in `forgemod.rs`. ([29b5247](https://github.com/beat-forge/lib/commit/29b52470663524ba5cdd3d54e0e32b2ce28c881f))
* `TryFrom^<^&'_ [u8]^>` in forgemod.rs ([4ae8f27](https://github.com/beat-forge/lib/commit/4ae8f27bc5e2942ca6dd09115365252f77d771c8))
* Add new fields to the manifest ([ce53bcc](https://github.com/beat-forge/lib/commit/ce53bcc58078ddd63284c3934cd15227b335952a))
* add type to manifest ([0dfaa27](https://github.com/beat-forge/lib/commit/0dfaa27dce8743c372d32d30794866892d14f834))
* allow dll fetching ([ba7038b](https://github.com/beat-forge/lib/commit/ba7038b6f3abb70ffb71a7fbece402dd7603cd20))
* **deps:** update rust crate semver to 1.0.18 ([27e93b0](https://github.com/beat-forge/lib/commit/27e93b03aaf2233dadfd8e5526588a1ac6a7fdd0))
* embed version information ([cf19d2a](https://github.com/beat-forge/lib/commit/cf19d2a9bd568eeb5c10427aecbc11418574b3d3))
* impl FromStr for ModCategory ([a9e7462](https://github.com/beat-forge/lib/commit/a9e7462303e1a51934038564d1eb84bea0a35f4c))
* impl TryFrom^<PathBuf^> for ForgeManifest ([e1071b6](https://github.com/beat-forge/lib/commit/e1071b605bdf36de3ac9dae7d0a84497b9b892ad))
* Implement packing methods for `ForgeMod`. ([9ad2656](https://github.com/beat-forge/lib/commit/9ad2656f14b79ec43b268ee680f1f66c27ed5e22))
* make modules public ([911cb30](https://github.com/beat-forge/lib/commit/911cb30d77a0d743843792fedbac76f37247b879))
* proper deser ([b8d9de8](https://github.com/beat-forge/lib/commit/b8d9de832ffa1baf9580a4fe327eef7bf3d89d00))
* pub everything ([a324dcd](https://github.com/beat-forge/lib/commit/a324dcdf4220b9dee7553c832147487bd741ddb2))
* pub modules? ([b371a5a](https://github.com/beat-forge/lib/commit/b371a5a37a31903164c89213d4898c78f7e7c61d))
* public internal ids ([3a30599](https://github.com/beat-forge/lib/commit/3a305994558b961f63e11abb74379cc9433c54ef))
* remove type alias ([5101de3](https://github.com/beat-forge/lib/commit/5101de3a305627a21c063296e2146aee5d983da4))
* rename package ([b780302](https://github.com/beat-forge/lib/commit/b7803020ead4655e0001d81ed98b3c9a60f3579c))
* return inner ([a470d46](https://github.com/beat-forge/lib/commit/a470d4608cd8e4ae525df2cf010a73079776e042))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forge-lib"
version = "1.0.0"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 2a5fbd7

Please sign in to comment.