Skip to content

Commit

Permalink
Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-cluml authored Feb 19, 2025
1 parent 1b43690 commit ae63264
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.1]

### Changed

- Minor style changes related to the `SelectMini` component and user inputs.

## [0.10.0]

### Added
Expand Down Expand Up @@ -273,6 +279,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release.

[0.10.1]: https://github.com/aicers/frontary/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/aicers/frontary/compare/0.9.4...0.10.0
[0.9.4]: https://github.com/aicers/frontary/compare/0.9.3...0.9.4
[0.9.3]: https://github.com/aicers/frontary/compare/0.9.2...0.9.3
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frontary"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
publish = false

Expand Down Expand Up @@ -34,8 +34,8 @@ num-traits = "0.2"
passwords = { version = "3", features = ["common-password"] }
reqwasm = "0.5"
serde = { version = "1", features = ["derive"] }
strum = "0.26"
strum_macros = "0.26"
strum = "0.27"
strum_macros = "0.27"
wasm-bindgen = { version = "0.2.82", features = [
"serde-serialize",
] } # rustwasm/wasm-bindgen#2963
Expand Down

0 comments on commit ae63264

Please sign in to comment.