mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-10 05:44:17 +00:00
Release 0.1.1
This commit is contained in:
parent
36e62f40b0
commit
092bf829a7
2 changed files with 9 additions and 1 deletions
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal 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.
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue