From dd9c313d7f955eabfb65104c17b48a91b165e141 Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Wed, 19 Jun 2024 18:46:05 +0000 Subject: [PATCH] chore: prepare release 0.3.0 --- .../rework_changeset_and_packagechange_interfaces.md | 11 ----------- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .changeset/rework_changeset_and_packagechange_interfaces.md diff --git a/.changeset/rework_changeset_and_packagechange_interfaces.md b/.changeset/rework_changeset_and_packagechange_interfaces.md deleted file mode 100644 index 4b2c859..0000000 --- a/.changeset/rework_changeset_and_packagechange_interfaces.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -default: major ---- - -# Rework `ChangeSet` and `PackageChange` interfaces - -`ChangeSet` now uses a `Vec` internally instead of a `HashMap` to perform better for low/single-package repos. -Instead of accessing the internal `releases` field, you can use `into::>()` or `into_iter()`. - -`PackageChange` now stores both `unique_id` and `summary` in `Arc`s, since in multi-package repos, these strings -were potentially being cloned a lot. diff --git a/Cargo.toml b/Cargo.toml index bc31eb8..ba2c7d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ 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.4" +version = "0.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html