Skip to content

Commit b7c82db

Browse files
committed
chore(release): prepare for v0.1.4
1 parent 5e1b7bd commit b7c82db

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.1.4] - 2023-06-10
6+
7+
### 📚 Documentation
8+
9+
- *(readme)* Update installation instructions for Arch Linux
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- *(deps)* Bump toml from 0.7.2 to 0.7.3
14+
- *(deps)* Bump serde from 1.0.155 to 1.0.156
15+
- *(deps)* Bump pango from 0.17.0 to 0.17.4
16+
- *(deps)* Bump tera from 1.18.0 to 1.18.1
17+
- *(deps)* Bump thiserror from 1.0.39 to 1.0.40
18+
- *(deps)* Bump dirs from 4.0.0 to 5.0.0
19+
- *(deps)* Bump serde from 1.0.156 to 1.0.157
20+
- *(deps)* Bump serde from 1.0.157 to 1.0.158
21+
- *(deps)* Bump regex from 1.7.1 to 1.7.2
22+
- *(deps)* Bump regex from 1.7.2 to 1.7.3
23+
- *(deps)* Bump rust-embed from 6.6.0 to 6.6.1
24+
- *(deps)* Bump serde_json from 1.0.94 to 1.0.95
25+
- *(deps)* Bump serde from 1.0.158 to 1.0.159
26+
- *(deps)* Bump serde from 1.0.159 to 1.0.160
27+
- *(deps)* Bump serde_json from 1.0.95 to 1.0.96
28+
- *(deps)* Bump regex from 1.7.3 to 1.8.0
29+
- *(deps)* Bump tracing-subscriber from 0.3.16 to 0.3.17
30+
- *(deps)* Bump regex from 1.8.0 to 1.8.1
31+
- *(deps)* Bump tracing from 0.1.37 to 0.1.38
32+
- *(deps)* Bump dirs from 5.0.0 to 5.0.1
33+
- *(deps)* Bump serde from 1.0.160 to 1.0.162
34+
- *(deps)* Bump serde from 1.0.162 to 1.0.163
35+
- *(deps)* Bump toml from 0.7.3 to 0.7.4
36+
- *(deps)* Bump sscanf from 0.4.0 to 0.4.1
37+
- *(deps)* Bump regex from 1.8.1 to 1.8.2
38+
- *(deps)* Bump regex from 1.8.2 to 1.8.3
39+
- *(deps)* Bump tera from 1.18.1 to 1.19.0
40+
- *(deps)* Bump regex from 1.8.3 to 1.8.4
41+
- *(deps)* Bump serde from 1.0.163 to 1.0.164
42+
- *(deps)* Bump rust-embed from 6.6.1 to 6.7.0
43+
- *(deps)* Bump GTK dependencies
44+
- *(deps)* Downgrade tracing crate
45+
- *(deps)* Bump x11rb from 0.11.1 to 0.12.0
46+
- *(deps)* Bump transitive dependencies
47+
- *(github)* Check dependabot updates daily
48+
549
## [0.1.3] - 2023-03-13
650

751
### 🐛 Bug Fixes

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.3" # bumped by release.sh
3+
version = "0.1.4" # 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)