Skip to content

Commit

Permalink
chore(release): prepare for v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 10, 2023
1 parent 5e1b7bd commit b7c82db
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

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

## [0.1.4] - 2023-06-10

### 📚 Documentation

- *(readme)* Update installation instructions for Arch Linux

### ⚙️ Miscellaneous Tasks

- *(deps)* Bump toml from 0.7.2 to 0.7.3
- *(deps)* Bump serde from 1.0.155 to 1.0.156
- *(deps)* Bump pango from 0.17.0 to 0.17.4
- *(deps)* Bump tera from 1.18.0 to 1.18.1
- *(deps)* Bump thiserror from 1.0.39 to 1.0.40
- *(deps)* Bump dirs from 4.0.0 to 5.0.0
- *(deps)* Bump serde from 1.0.156 to 1.0.157
- *(deps)* Bump serde from 1.0.157 to 1.0.158
- *(deps)* Bump regex from 1.7.1 to 1.7.2
- *(deps)* Bump regex from 1.7.2 to 1.7.3
- *(deps)* Bump rust-embed from 6.6.0 to 6.6.1
- *(deps)* Bump serde_json from 1.0.94 to 1.0.95
- *(deps)* Bump serde from 1.0.158 to 1.0.159
- *(deps)* Bump serde from 1.0.159 to 1.0.160
- *(deps)* Bump serde_json from 1.0.95 to 1.0.96
- *(deps)* Bump regex from 1.7.3 to 1.8.0
- *(deps)* Bump tracing-subscriber from 0.3.16 to 0.3.17
- *(deps)* Bump regex from 1.8.0 to 1.8.1
- *(deps)* Bump tracing from 0.1.37 to 0.1.38
- *(deps)* Bump dirs from 5.0.0 to 5.0.1
- *(deps)* Bump serde from 1.0.160 to 1.0.162
- *(deps)* Bump serde from 1.0.162 to 1.0.163
- *(deps)* Bump toml from 0.7.3 to 0.7.4
- *(deps)* Bump sscanf from 0.4.0 to 0.4.1
- *(deps)* Bump regex from 1.8.1 to 1.8.2
- *(deps)* Bump regex from 1.8.2 to 1.8.3
- *(deps)* Bump tera from 1.18.1 to 1.19.0
- *(deps)* Bump regex from 1.8.3 to 1.8.4
- *(deps)* Bump serde from 1.0.163 to 1.0.164
- *(deps)* Bump rust-embed from 6.6.1 to 6.7.0
- *(deps)* Bump GTK dependencies
- *(deps)* Downgrade tracing crate
- *(deps)* Bump x11rb from 0.11.1 to 0.12.0
- *(deps)* Bump transitive dependencies
- *(github)* Check dependabot updates daily

## [0.1.3] - 2023-03-13

### 🐛 Bug Fixes
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 = "runst"
version = "0.1.3" # bumped by release.sh
version = "0.1.4" # bumped by release.sh
description = "A dead simple notification daemon 🦡"
authors = ["Orhun Parmaksız <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b7c82db

Please sign in to comment.