We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ee551 commit 13b2d8eCopy full SHA for 13b2d8e
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.12.0](https://github.com/LAPKB/PMcore/compare/v0.11.0...v0.12.0) - 2025-06-11
11
+
12
+### Added
13
14
+- Deprecate fixed but unknown ([#118](https://github.com/LAPKB/PMcore/pull/118))
15
16
+### Other
17
18
+- Error model ([#139](https://github.com/LAPKB/PMcore/pull/139))
19
20
## [0.10.0](https://github.com/LAPKB/PMcore/compare/v0.9.0...v0.10.0) - 2025-03-28
21
22
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pmcore"
3
-version = "0.11.0"
+version = "0.12.0"
4
edition = "2021"
5
authors = [
6
"Julián D. Otálvaro <[email protected]>",
0 commit comments