Skip to content

Commit

Permalink
Updated changelog, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Apr 25, 2024
1 parent 4a1c168 commit ba12f8a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

# [0.4.1] - 2024-04-25

### Added

- Support for byte spans

- The ability to fetch the underlying `&str` of a `Source` using `source.as_ref()`

### Changed

- Upgraded `yansi` to `1.0`

# [0.4.0] - 2024-01-01

### Breaking changes
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 = "ariadne"
version = "0.4.0"
version = "0.4.1"
description = "A fancy diagnostics & reporting crate"
authors = ["Joshua Barretto <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ba12f8a

Please sign in to comment.