changesette 1.0.1

A version and changelog manager for single-package applications, using the changesets file format
[package]
name = "changesette"
version = "1.0.1"
edition = "2024"
rust-version = "1.85"
description = "A version and changelog manager for single-package applications, using the changesets file format"
homepage = "https://github.com/iorate/changesette"
repository = "https://github.com/iorate/changesette"
license = "MIT"
keywords = ["changeset", "changelog", "versioning", "release", "semver"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
anyhow = "1.0.104"
clap = { version = "4.6.4", features = ["derive"] }
dialoguer = "0.12.0"
jsonc-parser = { version = "0.33.1", features = ["cst"] }
pulldown-cmark = { version = "0.13.4", default-features = false }
regex = "1.13.1"
saphyr = "0.0.11"
semver = "1.0.28"
ulid = "3.0.0"

[dev-dependencies]
insta = "1.48.0"
tempfile = "3.27.0"

[lints.rust]
unreachable_pub = "warn"

# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"