Skip to content

Commit da8e6eb

Browse files
authored
Add CHANGELOG (#37)
1 parent 62c3f50 commit da8e6eb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)