1
Fork 0

chore: Release serde_sjson version 1.2.1

This commit is contained in:
Lucas Schwiderski 2025-04-21 22:47:52 +02:00
parent 72508752b6
commit 02b621fa64
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
## [Unreleased] - ReleaseDate
## [1.2.1] - 2025-04-21
### Changed
- update [nom](https://crates.io/crates/nom) to v8

View file

@ -1,6 +1,6 @@
[package]
name = "serde_sjson"
version = "1.2.0"
version = "1.2.1"
authors = ["Lucas Schwiderski"]
categories = ["encoding", "parser-implementations"]
description = "An SJSON serialization file format"