Skip to content

Commit af3e5c9

Browse files
committed
chore(release): prepare for v0.1.2
1 parent e479b01 commit af3e5c9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.1.2] - 2023-03-06
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- *(deps)* Bump thiserror from 1.0.38 to 1.0.39
10+
- *(deps)* Bump serde_json from 1.0.93 to 1.0.94
11+
- *(deps)* Bump rust-embed from 6.4.2 to 6.6.0 ([#36](https://github.com/orhun/runst/issues/36))
12+
- *(deps)* Bump transitive dependencies
13+
514
## [0.1.1] - 2023-03-05
615

716
### 📚 Documentation

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 = "runst"
3-
version = "0.1.1" # bumped by release.sh
3+
version = "0.1.2" # bumped by release.sh
44
description = "A dead simple notification daemon 🦡"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)