From 253e67ca140a6560aaf25da60ed415fde391fccf Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 21 Dec 2023 04:50:14 +0000 Subject: [PATCH] Update PolicyEngine API --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- policyengine_api_light/constants.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db223a6..2bed860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.9] - 2023-12-21 04:50:12 + +### Changed + +- Added tests to ensure API-light in sync with API + ## [0.1.8] - 2023-12-21 02:25:10 ### Changed @@ -61,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.1.9]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.1.8...0.1.9 [0.1.8]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.1.7...0.1.8 [0.1.7]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.1.6...0.1.7 [0.1.6]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.1.5...0.1.6 diff --git a/changelog.yaml b/changelog.yaml index f4dd6d8..e4172d6 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -43,3 +43,8 @@ changed: - Re-enabled local testing in GitHub Actions date: 2023-12-21 02:25:10 +- bump: patch + changes: + changed: + - Added tests to ensure API-light in sync with API + date: 2023-12-21 04:50:12 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5eea1fe..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Added tests to ensure API-light in sync with API \ No newline at end of file diff --git a/policyengine_api_light/constants.py b/policyengine_api_light/constants.py index 98e29da..a03139a 100644 --- a/policyengine_api_light/constants.py +++ b/policyengine_api_light/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "0.1.8" +VERSION = "0.1.9" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",