Release 0.1.1

This commit is contained in:
Simon Ask Ulsnes 2024-02-11 09:27:00 +01:00
parent 36e62f40b0
commit 092bf829a7
2 changed files with 9 additions and 1 deletions

8
CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
# Changelog
## 0.1.1 - 2024-02-11
### Added
- Implement `PartialEq` and `Debug` for `Event` and `Token`.
### Bugfixes
- Fix a bug where marks would not be correctly set for tokens and events.

View file

@ -1,6 +1,6 @@
[package]
name = "libyaml-safer"
version = "0.1.0"
version = "0.1.1"
authors = ["Simon Ask Ulsnes <simon@ulsnes.dk"]
categories = ["encoding", "parser-implementations"]
description = "Safer libyaml port, based on unsafe-libyaml"