Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 0818185

Browse files
committed
Release 0.0.3
- Clean up code with clippy - Testing the new release workflow with GitHub Actions
1 parent 02821c4 commit 0818185

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ The format is based on [Keep a Changelog][keep-a-changelog].
66

77
# [Unreleased]
88

9-
[Unreleased]: https://github.com/shipperstack/shipper-release/compare/0.0.2...HEAD
9+
[Unreleased]: https://github.com/shipperstack/shipper-release/compare/0.0.3...HEAD
10+
11+
# [0.0.3] - 2023-07-05
12+
13+
## Changed
14+
15+
- Clean up code with clippy
16+
- Testing the new release workflow with GitHub Actions
17+
18+
[0.0.3]: https://github.com/shipperstack/shipper-release/compare/0.0.2...0.0.3
1019

1120
# [0.0.2] - 2023-07-05
1221

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "shipper-release"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
description = "Release orchestrator and changelog management program for shipper"
66
license-file = "LICENSE"

0 commit comments

Comments
 (0)