Skip to content

Commit

Permalink
Updated version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 11, 2024
1 parent f23244d commit 8823ae8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [0.2.9] - 2024-04-11 00:30:00

### Added

- Reinstates running `build_and_test.yml` on push after merge.
- Limits `docs_check.yml` to only run on pull request commits.

## [0.2.8] - 2024-04-10 22:30:00

### Added
Expand Down Expand Up @@ -203,6 +210,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First prototype version based off of openfisca-us and tax-calculator.


[0.2.9]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.5...v0.2.6
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,9 @@
added:
- Limits `build_and_test.yml` GH Action to pull requests and no pushes on merge. It also limits the codecov run to the Linux-OS tests on the latest version of Python (currently Python 3.11).
date: 2024-04-10 22:30:00
- bump: patch
changes:
added:
- Reinstates running `build_and_test.yml` on push after merge.
- Limits `docs_check.yml` to only run on pull request commits.
date: 2024-04-11 00:30:00
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="fiscalsim-us",
version="0.2.8",
version="0.2.9",
author="Center for Growth and Opportunity at Utah State University (CGO)",
author_email="fiscalsim@thecgo.org",
long_description=readme,
Expand Down

0 comments on commit 8823ae8

Please sign in to comment.