Skip to content

Commit

Permalink
bump version to 2.4, add Cargo.lock to vcs as now recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
starkat99 committed Feb 26, 2024
1 parent 024572e commit 1b59e9e
Show file tree
Hide file tree
Showing 5 changed files with 939 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Rust
target/
Cargo.lock
**/*.rs.bak

# IntelliJ
.idea/
*.iml

# VS Code
.vscode/
.vscode/
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.4.0] - 2024-02-25 <a name="2.4.0"></a>
### Added
- Add optional `rkyv` support. Fixes [#100], by [@comath].
- `Cargo.lock` added to vcs as is now recommended for library crates.
### Fixed
- Remove some unit NaN conversion sign tests due to non-deterministic hardware. Fixes [#103].
- Redundant import warnings on nightly Rust.
- Add optional `rkyv` support. Fixes [#100], by [@comath].

## [2.3.1] - 2023-06-24 <a name="2.3.1"></a>
### Fixed
Expand Down Expand Up @@ -341,7 +345,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@comath]: https://github.com/comath


[Unreleased]: https://github.com/starkat99/half-rs/compare/v2.3.1...HEAD
[Unreleased]: https://github.com/starkat99/half-rs/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/starkat99/half-rs/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/starkat99/half-rs/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/starkat99/half-rs/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/starkat99/half-rs/compare/v2.2.0...v2.2.1
Expand Down
Loading

0 comments on commit 1b59e9e

Please sign in to comment.