Skip to content

Commit

Permalink
chore: Release dmtrctl version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jun 14, 2024
1 parent 5926631 commit 3d3e650
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

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

## [unreleased]
## [1.2.0] - 2024-06-14

### 🔧 Continuous Integration

- Migrate to cargo-dist for releases (#30)

### ⚙️ Miscellaneous Tasks

- Migrate to cliff for changelogs (#31)
- Integrate cargo release (#32)
- Update rustls to v0.23 (#33)
- Remove redundant rustls dep (#34)

## [1.1.0] - 2024-04-22

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dmtrctl"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
repository = "https://github.com/demeter-run/cli"
license = "Apache-2.0"
Expand Down

0 comments on commit 3d3e650

Please sign in to comment.