Skip to content

Commit 4826bde

Browse files
authored
Merge pull request #68 from raiderrobert/release-please--branches--main--components--diecut
chore(main): release 0.2.0
2 parents 6987480 + 8360462 commit 4826bde

4 files changed

Lines changed: 32 additions & 14 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.6"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/raiderrobert/diecut/compare/v0.1.6...v0.2.0) (2026-02-15)
4+
5+
6+
### Features
7+
8+
* add --dry-run flag to new command ([1d3b959](https://github.com/raiderrobert/diecut/commit/1d3b9597a8f87ca81645c38c03d59514caad5f1a))
9+
* add --dry-run flag to new command ([2299430](https://github.com/raiderrobert/diecut/commit/229943054fd9f96a53c83b56022f619035b3965d)), closes [#62](https://github.com/raiderrobert/diecut/issues/62)
10+
* add --dry-run flag to update command ([7094a80](https://github.com/raiderrobert/diecut/commit/7094a805907ac69d9d8886f51c853b707f1ca78b))
11+
* add --dry-run flag to update command ([5df566b](https://github.com/raiderrobert/diecut/commit/5df566bf4407fab7792f30365e5bc02d02ddcdae)), closes [#60](https://github.com/raiderrobert/diecut/issues/60)
12+
* add --verbose flag to dry-run output ([6987480](https://github.com/raiderrobert/diecut/commit/6987480bcd527ce5c345da999bcb171dac77175d))
13+
* add --verbose flag to dry-run output ([7d68cdb](https://github.com/raiderrobert/diecut/commit/7d68cdb43bb9128e07a048bdd831bf3f9afc8774)), closes [#63](https://github.com/raiderrobert/diecut/issues/63)
14+
15+
16+
### Code Refactoring
17+
18+
* split generate() into plan and execute phases ([fae7944](https://github.com/raiderrobert/diecut/commit/fae79441ebf9265d67b2c4d88bd83261b47f43b8))
19+
* split generate() into plan and execute phases ([711b4c1](https://github.com/raiderrobert/diecut/commit/711b4c1bdc21a30bd7eb599c97f15c909fe7617d)), closes [#61](https://github.com/raiderrobert/diecut/issues/61)
20+
321
## [0.1.6](https://github.com/raiderrobert/diecut/compare/v0.1.5...v0.1.6) (2026-02-14)
422

523

Cargo.lock

Lines changed: 12 additions & 12 deletions
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
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "diecut"
5-
version = "0.1.6"
5+
version = "0.2.0"
66
edition = "2021"
77
license = "MIT"
88
rust-version = "1.75"

0 commit comments

Comments
 (0)