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 Jan 1, 2024
1 parent 72f6278 commit bc46d05
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Breaking changes

### Added

### Removed

### Changed

### Fixed

# [0.4.0] - 2023-01-01

### Breaking changes

- Added missing `S: Span` bound for `Label::new` constructor.

- Previously labels with backwards spans could be constructed and
Expand All @@ -17,12 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Removed
- Support for alternative string-like types in `Source`

### Changed

- Memory & performance improvements

### Fixed

- Panic when provided with an empty input

- Invalid unicode characters for certain arrows

# [0.3.0] - 2023-06-07

### Changed
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.3.0"
version = "0.4.0"
description = "A fancy diagnostics & reporting crate"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit bc46d05

Please sign in to comment.