We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c3f50 commit da8e6ebCopy full SHA for da8e6eb
1 file changed
CHANGELOG.md
@@ -0,0 +1,19 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## v0.1.1 - 2025-01-22
9
10
+### Fixed
11
+- Fix a bug where panicked tests weren't marked as failed synchronously
12
+ causing callers to see a panicked test as successful.
13
14
+## v0.1.0 - 2025-01-13
15
16
+Initial release of faket.
17
18
+See [README](https://github.com/bracesdev/errtrace#readme)
19
+for more information.
0 commit comments