Skip to content

Commit

Permalink
chore(release): 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FraI3mega committed Jun 15, 2024
1 parent 9977c91 commit 1932f3a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

## [1.2.1] - 2024-06-05
## [1.2.2] - 2024-06-15

### ⚙️ Miscellaneous Tasks

- *(ci)* Add cargo-dist CI
- _(ci)_ Add cargo-dist CI

### Build

- *(gh-actions)* Add rust.yml workflow
- _(gh-actions)_ Add rust.yml workflow

### Release

Expand All @@ -26,12 +26,12 @@ All notable changes to this project will be documented in this file.

### 📚 Documentation

- *(cz)* Enable incremental changelog
- _(cz)_ Enable incremental changelog
- Clean README.md

### Build

- *(deps)* Update dependencies
- _(deps)_ Update dependencies

### Bump

Expand All @@ -49,29 +49,29 @@ All notable changes to this project will be documented in this file.

### 🚜 Refactor

- *(lint)* Apply clippy lints
- *(lint)* Apply clippy lints
- *(lint)* Apply clippy lints
- _(lint)_ Apply clippy lints
- _(lint)_ Apply clippy lints
- _(lint)_ Apply clippy lints

### 📚 Documentation

- *(cz)* Add commitizen config
- *(pack)* Bump package version in cargo.toml
- _(cz)_ Add commitizen config
- _(pack)_ Bump package version in cargo.toml
- Bump cargo.toml
- Add README.md
- Fix README.md
- Change version
- Fix version
- Mark EOF bug done in README.md
- *(cz)* Temp remove incremental changelog
- _(cz)_ Temp remove incremental changelog

### 🧪 Testing

- Add main tests

### Build

- *(deps)* Add serde and serde_json
- _(deps)_ Add serde and serde_json

### Bump

Expand Down
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todo-list"
version = "1.2.1"
version = "1.2.2"
edition = "2021"
repository = "https://github.com/FraI3mega/todo-list"

Expand Down Expand Up @@ -34,6 +34,11 @@ ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]
# Publish jobs to run in CI
pr-run-mode = "plan"

0 comments on commit 1932f3a

Please sign in to comment.