Skip to content

Commit 76ff260

Browse files
Bump version to 0.2.0 and add changelog
1 parent 96544f7 commit 76ff260

5 files changed

Lines changed: 28 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## 0.2.0
4+
5+
### Features
6+
7+
- Non-finite floats (NaN, Inf, -Inf) now round-trip. Previously, reading a YAML `.nan`/`.inf`/`-.inf` value and writing it back raised `ValueError`.
8+
9+
### Packaging
10+
11+
- Added License :: OSI Approved :: MIT License trove classifier to pyproject.toml.
12+
13+
### Documentation
14+
15+
Line-ending normalization (LF on output regardless of input) moved from "Limitations" to "Design Decisions" in the README.
16+
17+
### Internal
18+
19+
- Added cargo-deny license compliance checking.
20+
- Extended cargo-deny to also check security advisories against the RustSec database.
21+
22+
## 0.1.0
23+
24+
Initial release. yamltrip is a round-tripping YAML library for Python.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yamltrip"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "MIT"
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "maturin>=1.0,<2.0" ]
44

55
[project]
66
name = "yamltrip"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A round-tripping YAML library for Python"
99
readme = "README.md"
1010
authors = [ { name = "Nathan McDougall", email = "nathan.j.mcdougall@gmail.com" } ]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)