Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Mar 15, 2024
1 parent 8d478a5 commit 075bf0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.4] - 2024-03-15
### Fixed
- Fix `is_{arch}_feature_detected` path for non-x86.

## [0.7.3] - 2023-08-10
### Fixed
- Don't include unstable target features in `targets = "simd"`.
Expand Down Expand Up @@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial multiversion implementation

[Unreleased]: https://github.com/calebzulawski/multiversion/compare/0.7.3...HEAD
[Unreleased]: https://github.com/calebzulawski/multiversion/compare/0.7.4...HEAD
[0.7.4]: https://github.com/calebzulawski/multiversion/compare/0.7.3...0.7.4
[0.7.3]: https://github.com/calebzulawski/multiversion/compare/0.7.2...0.7.3
[0.7.2]: https://github.com/calebzulawski/multiversion/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/calebzulawski/multiversion/compare/0.7.0...0.7.1
Expand Down
2 changes: 1 addition & 1 deletion multiversion-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversion-macros"
version = "0.7.3"
version = "0.7.4"
authors = ["Caleb Zulawski <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Implementation crate for multiversion"
Expand Down
4 changes: 2 additions & 2 deletions multiversion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversion"
version = "0.7.3"
version = "0.7.4"
authors = ["Caleb Zulawski <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Easy function multiversioning"
Expand All @@ -23,7 +23,7 @@ default = ["std"]
std = ["multiversion-macros/std"]

[dependencies]
multiversion-macros = { version = "0.7.3", path = "../multiversion-macros", default-features = false }
multiversion-macros = { version = "0.7.4", path = "../multiversion-macros", default-features = false }
target-features = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 075bf0b

Please sign in to comment.