Skip to content

Commit

Permalink
Merge pull request #138 from promised-ai/fix/0.4.1-versions
Browse files Browse the repository at this point in the history
Fix!: Version fix for main package 0.4.0 -> 0.4.1
  • Loading branch information
schmidmt authored Oct 16, 2023
2 parents 90dd8b3 + 6e6a99a commit 5be48bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [rust-0.4.1] - 2023-10-16

### Fixed
- Fixed stuck iterator from `ValueMap.iter`.

## [python-0.4.0] - 2023-09-27

### Added
- Component params now available from `pylace`
- `Engine`s in `pylace` now implement deepcopy
- Component params now available from `pylace`
- `Engine`s in `pylace` now implement deepcopy

### Fixed

Expand Down Expand Up @@ -140,7 +145,8 @@ Initial release on [PyPi](https://pypi.org/)

Initial release on [crates.io](https://crates.io/)

[unreleased]: https://github.com/promised-ai/lace/compare/python-0.4.0...HEAD
[unreleased]: https://github.com/promised-ai/lace/compare/rust-0.4.1...HEAD
[rust-0.4.1]: https://github.com/promised-ai/lace/compare/rust-0.4.0...rust-0.4.1
[python-0.4.0]: https://github.com/promised-ai/lace/compare/python-0.3.1...python-0.4.0
[rust-0.4.0]: https://github.com/promised-ai/lace/compare/rust-0.3.1...rust-0.4.0
[python-0.3.1]: https://github.com/promised-ai/lace/compare/python-0.3.0...python-0.3.1
Expand Down
2 changes: 1 addition & 1 deletion lace/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lace"
version = "0.4.0"
version = "0.4.1"
authors = ["Promised AI"]
build = "build.rs"
edition = "2021"
Expand Down

0 comments on commit 5be48bb

Please sign in to comment.