File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Fixed critical React Server Components CVE vulnerabilities (CVE-2025-55182, CVE-2025-66478)
Original file line number Diff line number Diff line change 11[project ]
22name = " microcalibrate"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44description = " Calibrating microdata"
55readme = " README.md"
66authors = [
@@ -32,7 +32,7 @@ dev = [
3232
3333docs = [
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" ,
You can’t perform that action at this time.
0 commit comments