diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6e3961..fa1d2ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-beta2.4](https://github.com/CDCgov/ixa/compare/ixa-v2.0.0-beta2.3...ixa-v2.0.0-beta2.4) - 2026-05-19 + +### Added + +- add `sample_single_excluding`and `EntitySet::sample_entity_excluding` ([#877](https://github.com/CDCgov/ixa/pull/877)) +- Add benchmark chart toggles for y-axis starting at 0.0, outlier clipping ([#875](https://github.com/CDCgov/ixa/pull/875)) + +### Fixed + +- make IxaError compatible with anyhow ([#912](https://github.com/CDCgov/ixa/pull/912)) + +### Other + +- update action versions (cache, mise) ([#913](https://github.com/CDCgov/ixa/pull/913)) +- add timeout for playwright browser install ([#902](https://github.com/CDCgov/ixa/pull/902)) +- reference sir with EntityMap ([#895](https://github.com/CDCgov/ixa/pull/895)) +- Make rand usage deterministic and disable default features ([#905](https://github.com/CDCgov/ixa/pull/905)) +- impl Deserialize for properties ([#899](https://github.com/CDCgov/ixa/pull/899)) +- Consistent Ixa capitalization ([#896](https://github.com/CDCgov/ixa/pull/896)) +- handle new Criterion benchmarks in CI ([#894](https://github.com/CDCgov/ixa/pull/894)) +- Properties chapter of the Ixa Book ([#866](https://github.com/CDCgov/ixa/pull/866)) +- bump release-plz/action from 0.5.128 to 0.5.129 ([#885](https://github.com/CDCgov/ixa/pull/885)) +- remove double vaidate on add global prop ([#891](https://github.com/CDCgov/ixa/pull/891)) +- Update several dependencies ([#880](https://github.com/CDCgov/ixa/pull/880)) +- Remove progress bar feature ([#879](https://github.com/CDCgov/ixa/pull/879)) +- fetch benchmark history with raw GitHub media type ([#882](https://github.com/CDCgov/ixa/pull/882)) +- Refactor `global_properties` to use the registry pattern ([#873](https://github.com/CDCgov/ixa/pull/873)) + ## [2.0.0-beta2.3](https://github.com/CDCgov/ixa/compare/ixa-v2.0.0-beta2.2...ixa-v2.0.0-beta2.3) - 2026-05-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1b55c47d..1385fb80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ rkyv = "^0.8.15" [package] name = "ixa" -version = "2.0.0-beta2.3" +version = "2.0.0-beta2.4" rust-version = "1.88.0" description = "A framework for building agent-based models" repository.workspace = true diff --git a/ixa-fips/CHANGELOG.md b/ixa-fips/CHANGELOG.md index 4808a492..b960b694 100644 --- a/ixa-fips/CHANGELOG.md +++ b/ixa-fips/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/CDCgov/ixa/compare/ixa-fips-v0.1.4...ixa-fips-v0.1.5) - 2026-05-19 + +### Other + +- update Cargo.toml dependencies + ## [0.1.4](https://github.com/CDCgov/ixa/compare/ixa-fips-v0.1.3...ixa-fips-v0.1.4) - 2025-12-09 ### Fixed diff --git a/ixa-fips/Cargo.toml b/ixa-fips/Cargo.toml index a4039807..8159533e 100644 --- a/ixa-fips/Cargo.toml +++ b/ixa-fips/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ixa-fips" description = "A library for efficiently working with FIPS region codes" -version = "0.1.4" +version = "0.1.5" repository.workspace = true license.workspace = true edition.workspace = true