Skip to content

Commit c762415

Browse files
committed
chore(release): prepare for v0.1.5
1 parent 5aa2933 commit c762415

File tree

3 files changed

+24
-48
lines changed

3 files changed

+24
-48
lines changed

CHANGELOG.md

Lines changed: 22 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## [0.1.5] - 2023-08-09
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(dbus)* Fail if cannot be primary notification server ([#107](https://github.com/orhun/runst/issues/107))
10+
11+
### 📚 Documentation
12+
13+
- *(readme)* Add instructions for installing on Alpine Linux
14+
- *(readme)* Update broken Arch Linux link
15+
16+
### 🎨 Styling
17+
18+
- *(format)* Apply formatting to the project manifest
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- *(changelog)* Skip the dependency bump entries
23+
- *(ci)* Integrate more tools for linting
24+
- *(crate)* Bump MSRV to 1.70.0
25+
- *(lint)* Apply workaround for codespell warnings
26+
527
## [0.1.4] - 2023-06-10
628

729
### 📚 Documentation
@@ -10,40 +32,7 @@ All notable changes to this project will be documented in this file.
1032

1133
### ⚙️ Miscellaneous Tasks
1234

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
4435
- *(deps)* Downgrade tracing crate
45-
- *(deps)* Bump x11rb from 0.11.1 to 0.12.0
46-
- *(deps)* Bump transitive dependencies
4736
- *(github)* Check dependabot updates daily
4837

4938
## [0.1.3] - 2023-03-13
@@ -63,20 +52,8 @@ All notable changes to this project will be documented in this file.
6352

6453
### ⚙️ Miscellaneous Tasks
6554

66-
- *(deps)* Bump serde from 1.0.152 to 1.0.155
67-
- *(deps)* Bump tera from 1.17.1 to 1.18.0
68-
- *(deps)* Bump transitive dependencies
6955
- *(github)* Add custom domain for GitHub pages
7056

71-
## [0.1.2] - 2023-03-06
72-
73-
### ⚙️ Miscellaneous Tasks
74-
75-
- *(deps)* Bump thiserror from 1.0.38 to 1.0.39
76-
- *(deps)* Bump serde_json from 1.0.93 to 1.0.94
77-
- *(deps)* Bump rust-embed from 6.4.2 to 6.6.0 ([#36](https://github.com/orhun/runst/issues/36))
78-
- *(deps)* Bump transitive dependencies
79-
8057
## [0.1.1] - 2023-03-05
8158

8259
### 📚 Documentation
@@ -127,7 +104,6 @@ All notable changes to this project will be documented in this file.
127104

128105
### ⚙️ Miscellaneous Tasks
129106

130-
- *(deps)* Bump transitive dependencies
131107
- *(release)* Update git-cliff config
132108
- *(release)* Remove empty lines from the tag message
133109

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