Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 2, 2024
1 parent 112a3bb commit 7f67f07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.0

* Refactor `rust` package export into `rust.dart` overlay
* Add `stackTrace` option to `bail`, `ensure`, and `anyhow`
* Rename `Error` static fields
* Modify `Error` display format

## 1.3.2

* Export rust instead of rust_core
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: anyhow
description: Idiomatic error handling capabilities to make your code safer, more maintainable, and errors easier to
debug. Dart implementation of Rust's Result monad type and "anyhow" crate.
version: 2.0.0-dev.7
version: 2.0.0
repository: https://github.com/mcmah309/anyhow

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
rust: ^2.0.0-dev.7
rust: ^2.0.0

dev_dependencies:
lints: ^5.0.0
Expand Down

0 comments on commit 7f67f07

Please sign in to comment.