Skip to content

Commit

Permalink
Release 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Dec 31, 2024
1 parent f928a72 commit a96e0bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.22] - 2024-12-31
### Fixed
- Handle chained callbacks in with_choice

Expand Down Expand Up @@ -113,7 +115,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added subpackage with cli tools
- Added subpackage with logging utilities

[Unreleased]: https://github.com/ihmeuw/rra-tools/compare/1.0.21...master
[Unreleased]: https://github.com/ihmeuw/rra-tools/compare/1.0.22...master
[1.0.22]: https://github.com/ihmeuw/rra-tools/compare/1.0.21...1.0.22
[1.0.21]: https://github.com/ihmeuw/rra-tools/compare/1.0.20...1.0.21
[1.0.20]: https://github.com/ihmeuw/rra-tools/compare/1.0.19...1.0.20
[1.0.19]: https://github.com/ihmeuw/rra-tools/compare/1.0.18...1.0.19
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rra-tools"
version = "1.0.21"
version = "1.0.22"
description = "Common utilities for IHME Rapid Response team pipelines."
authors = [
"James Collins <collijk@uw.edu>",
Expand Down

0 comments on commit a96e0bf

Please sign in to comment.