From cf53c6dc26889083761dd27bbee361ca6351ee4a Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 9 Sep 2024 13:52:51 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63b3c583..7cdf23d6f 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). +## [3.6.6] - 2024-09-09 13:52:47 + +### Changed + +- Disable macro cache by default. + ## [3.6.5] - 2024-09-04 21:19:20 ### Fixed @@ -828,6 +834,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.6.6]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.5...3.6.6 [3.6.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.4...3.6.5 [3.6.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.3...3.6.4 [3.6.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.2...3.6.3 diff --git a/changelog.yaml b/changelog.yaml index 1151cb11e..03bcf18ab 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -666,3 +666,8 @@ fixed: - Corrected logic with Simulation.check_macro_cache to prevent undesirable caching date: 2024-09-04 21:19:20 +- bump: patch + changes: + changed: + - Disable macro cache by default. + date: 2024-09-09 13:52:47 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5f4ae91f5..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Disable macro cache by default. diff --git a/setup.py b/setup.py index f9cb9cefa..55e82b6d0 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.6.5", + version="3.6.6", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[