Skip to content

Commit 95cd406

Browse files
authored
chore: release v0.0.1
1 parent 3ceadcf commit 95cd406

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
6+
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
<!--
9-
Here's a template for each release section. This file should only include changes that
10-
are noticeable to end-users since the last release. For developers, this project follows
9+
Here's a template for each release section. This file should only include changes that are
10+
noticeable to end-users since the last release. For developers, this project follows
1111
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) to track changes.
1212
1313
## [1.0.0] - YYYY-MM-DD
@@ -32,4 +32,10 @@ are noticeable to end-users since the last release. For developers, this project
3232

3333
## [Unreleased]
3434

35-
[Unreleased]: https://github.com/{USER}/{REPO}/compare/v0.0.0..HEAD
35+
## [0.0.1] - 2025-07-05
36+
37+
🎉 Initial release. Check out [README](https://github.com/loichyan/dynify/blob/v0.0.1/README.md) for
38+
more details.
39+
40+
[Unreleased]: https://github.com/loichyan/dynify/compare/v0.0.1..HEAD
41+
[0.0.1]: https://github.com/loichyan/dynify/releases/tag/v0.0.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dynify"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
authors = ["Loi Chyan <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)