Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.28.3](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.28.2...pharmsol-v0.28.3) - 2026-07-22

### Added

- Rename DSL types and add additional safeguards ([#302](https://github.com/LAPKB/pharmsol/pull/302))

### Other

- Make CI faster ([#303](https://github.com/LAPKB/pharmsol/pull/303))

## [0.28.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.28.1...pharmsol-v0.28.2) - 2026-07-20

### Other
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ members = [".", "pharmsol-dsl", "pharmsol-macros"]
resolver = "2"

[workspace.package]
version = "0.28.2"
version = "0.28.3"
edition = "2021"
license = "GPL-3.0"
authors = ["Julián D. Otálvaro <juliandavid347@gmail.com>", "Markus Hovd"]
repository = "https://github.com/LAPKB/pharmsol"

[workspace.dependencies]
pharmsol-dsl = { path = "pharmsol-dsl", version = "0.28.2" }
pharmsol-macros = { path = "pharmsol-macros", version = "0.28.2" }
pharmsol-dsl = { path = "pharmsol-dsl", version = "0.28.3" }
pharmsol-macros = { path = "pharmsol-macros", version = "0.28.3" }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.18"
Expand Down
6 changes: 6 additions & 0 deletions pharmsol-dsl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.28.3](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.28.2...pharmsol-dsl-v0.28.3) - 2026-07-22

### Added

- Rename DSL types and add additional safeguards ([#302](https://github.com/LAPKB/pharmsol/pull/302))

## [0.28.0](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.27.1...pharmsol-dsl-v0.27.2) - 2026-07-07

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions pharmsol-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.28.3](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.28.2...pharmsol-macros-v0.28.3) - 2026-07-22

### Added

- Rename DSL types and add additional safeguards ([#302](https://github.com/LAPKB/pharmsol/pull/302))

## [0.28.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.28.1...pharmsol-macros-v0.28.2) - 2026-07-20

### Other
Expand Down