From 5dc678b95f5b0b47407452fcd540489509071755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:42:01 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc41c0c..709526c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/fredrikaverpil/neotest-golang/compare/v0.1.1...v0.1.2) (2024-06-28) + + +### Bug Fixes + +* escaping of []{} brackets were missing ([#64](https://github.com/fredrikaverpil/neotest-golang/issues/64)) ([2dcc9e9](https://github.com/fredrikaverpil/neotest-golang/commit/2dcc9e90d2d72b9d9ff41260b4dba1a319c369e6)) +* options not returned ([#63](https://github.com/fredrikaverpil/neotest-golang/issues/63)) ([18c31a9](https://github.com/fredrikaverpil/neotest-golang/commit/18c31a9373198a45397e2d6afa091390707c5e5c)) + ## [0.1.1](https://github.com/fredrikaverpil/neotest-golang/compare/v0.1.0...v0.1.1) (2024-06-25)