diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a21fc..f286891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,33 +2,39 @@ 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/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [3.2.2] - 2022-05-06 +## [3.3.0] - 2024-12-19 + +### Changed +- minimum required Haxe version is now 4.2.x + + +## [3.2.2] - 2023-05-06 ### Fixed - Compilation fails with false-positive Null Safety errors on Haxe >4.3 -## [3.2.1] - 2022-02-24 +## [3.2.1] - 2023-02-24 ### Fixed - Results of tests comparing numbers with null values are inconsistent across targets -## [3.2.0] - 2022-02-23 +## [3.2.0] - 2023-02-23 ### Added - method `DocTestRunner.assertNull` - method `DocTestRunner.assertNotNull` -## [3.1.10] - 2022-01-25 +## [3.1.10] - 2023-01-25 ### Changed - Explicitly flush stdout/stderr before exiting diff --git a/haxelib.json b/haxelib.json index 591e85a..934d5c3 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "description": "Python inspired doc-testing for Haxe. Allows unit-testing based on test assertions in haxedoc. Integrates with Haxe Unit, MUnit, Tink Testrunner and UTest", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-doctest/blob/main/CHANGELOG.md", - "version": "3.2.2", + "version": "3.3.0", "dependencies": {"hscript": ""} }