Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Feb 23, 2023
1 parent 4d5f9c4 commit 5411134
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [3.2.0] - 2022-02-23

### Added
- method `DocTestRunner.assertNull`
- method `DocTestRunner.assertNotNull`


## [3.1.10] - 2022-01-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.10",
"version": "3.2.0",
"dependencies": {"hscript": ""}
}

0 comments on commit 5411134

Please sign in to comment.