From 34b082de2af9bb60cfe59fd193c6bac3d55e012b Mon Sep 17 00:00:00 2001 From: sebthom Date: Wed, 25 Jan 2023 14:28:07 +0100 Subject: [PATCH] v3.1.10 --- CHANGELOG.md | 9 +++++++++ haxelib.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6393961..567c632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.10] - 2022-01-25 + +### Changed +- Explicitly flush stdout/stderr before exiting + +### Fixed +- Improve parsing of compiler conditions + + ## [3.1.9] - 2021-08-01 ### Fixed diff --git a/haxelib.json b/haxelib.json index 2620303..2301caa 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.1.9", + "version": "3.1.10", "dependencies": {"hscript": ""} }