Skip to content

Commit d9cbeee

Browse files
committed
Update package version
1 parent a79a620 commit d9cbeee

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.21.1] - 2026-01-06 00:04:35
9+
10+
### Fixed
11+
12+
- Fixed critical React Server Components CVE vulnerabilities (CVE-2025-55182, CVE-2025-66478)
13+
814
## [0.21.0] - 2025-08-22 13:47:07
915

1016
### Added
@@ -194,6 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194200

195201

196202

203+
[0.21.1]: https://github.com/PolicyEngine/microcalibrate/compare/0.21.0...0.21.1
197204
[0.21.0]: https://github.com/PolicyEngine/microcalibrate/compare/0.20.0...0.21.0
198205
[0.20.0]: https://github.com/PolicyEngine/microcalibrate/compare/0.19.2...0.20.0
199206
[0.19.2]: https://github.com/PolicyEngine/microcalibrate/compare/0.19.1...0.19.2
@@ -223,3 +230,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223230
[0.3.0]: https://github.com/PolicyEngine/microcalibrate/compare/0.2.0...0.3.0
224231
[0.2.0]: https://github.com/PolicyEngine/microcalibrate/compare/0.1.0...0.2.0
225232
[0.1.0]: https://github.com/PolicyEngine/microcalibrate/compare/0.1.0...0.1.0
233+

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,9 @@
157157
added:
158158
- Adding documentation for L0, hyperparameter tuning and robustness checks.
159159
date: 2025-08-22 13:47:07
160+
- bump: patch
161+
changes:
162+
fixed:
163+
- Fixed critical React Server Components CVE vulnerabilities (CVE-2025-55182,
164+
CVE-2025-66478)
165+
date: 2026-01-06 00:04:35

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Fixed critical React Server Components CVE vulnerabilities (CVE-2025-55182, CVE-2025-66478)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microcalibrate"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
description = "Calibrating microdata"
55
readme = "README.md"
66
authors = [
@@ -32,7 +32,7 @@ dev = [
3232

3333
docs = [
3434
"sphinx>=5.0.0",
35-
"docutils>=0.21.0",
35+
"docutils>=0.21.1",
3636
"jupyter-book>=0.15.0",
3737
"sphinx-book-theme>=1.0.0",
3838
"sphinx-copybutton>=0.5.0",

0 commit comments

Comments
 (0)