File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed
Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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+ ## [ 1.42.4] - 2025-07-30 21:55:05
9+
10+ ### Added
11+
12+ - Fork check in PR workflows to fail fast with clear error message
13+
14+ ### Fixed
15+
16+ - Fixed documentation deployment for MyST v2 by using timeout command
17+
818## [ 1.42.3] - 2025-07-30 20:28:05
919
1020### Fixed
@@ -634,6 +644,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
634644
635645
636646
647+ [ 1.42.4 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.3...1.42.4
637648[ 1.42.3 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.2...1.42.3
638649[ 1.42.2 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.1...1.42.2
639650[ 1.42.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.0...1.42.1
Original file line number Diff line number Diff line change 529529 - Made upload script more robust by only uploading files that exist
530530 - Added logging to show which files are being uploaded vs skipped
531531 date : 2025-07-30 20:28:05
532+ - bump : patch
533+ changes :
534+ added :
535+ - Fork check in PR workflows to fail fast with clear error message
536+ fixed :
537+ - Fixed documentation deployment for MyST v2 by using timeout command
538+ date : 2025-07-30 21:55:05
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Fixed documentation deployment for MyST v2 by using timeout command
5- added :
6- - Fork check in PR workflows to fail fast with clear error message
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " policyengine_us_data"
11- version = " 1.42.3 "
11+ version = " 1.42.4 "
1212description = " A package to create representative microdata for the US."
1313readme = " README.md"
1414authors = [
You can’t perform that action at this time.
0 commit comments