Skip to content

Commit

Permalink
Prepare to release 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Jun 14, 2023
1 parent 967cadd commit 4fcb3ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 0.2.1 - 2023-06-13
### Fixed
- Synchronization bug when using the `fatal!` macro.
- `init()` now safely initializes the logger by disabling interrupts.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mgba_log"
version = "0.2.0"
version = "0.2.1"
authors = ["Anders Evensen"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add `mgba_log` as a dependency in your `Cargo.toml`:

``` toml
[dependencies]
mgba_log = "0.1.0"
mgba_log = "0.2.1"
```

Then call [`init()`](https://docs.rs/mgba_log/latest/mgba_log/fn.init.html) early in your binary. Any records logged before initialization will be silently dropped.
Expand Down

0 comments on commit 4fcb3ae

Please sign in to comment.