Skip to content

Commit

Permalink
Add CHANGELOG (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv authored Jan 23, 2025
1 parent 62c3f50 commit da8e6eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.1 - 2025-01-22

### Fixed
- Fix a bug where panicked tests weren't marked as failed synchronously
causing callers to see a panicked test as successful.

## v0.1.0 - 2025-01-13

Initial release of faket.

See [README](https://github.com/bracesdev/errtrace#readme)
for more information.

0 comments on commit da8e6eb

Please sign in to comment.