changesets 0.2.1

A library for parsing and creating changeset files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "changesets"
authors = ["Dylan Anthony"]
edition = "2021"
rust-version = "1.70"
description = "A library for parsing and creating changeset files"
readme = "README.md"
repository = "https://github.com/knope-dev/changesets"
license = "MIT OR Apache-2.0"
keywords = ["changeset", "changelog", "semantic", "versioning", "release"]
categories = ["development-tools"]
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
tempfile = "3.6.0"