Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
chore(release): prepare for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ellsclytn committed Jul 15, 2023
1 parent 72035bc commit 39281ae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [0.2.2] - 2023-07-15

### 🐛 Bug Fixes

- *(socket)* Fix Rofi blocking socket updates

### 📚 Documentation

- *(readme)* Add Arch Linux installation instructions

### ⚙️ Miscellaneous Tasks

- *(deps)* Bump rust-embed from 6.7.0 to 6.8.1
- *(deps)* Bump toml from 0.7.5 to 0.7.6
- *(deps)* Bump regex from 1.8.4 to 1.9.1
- *(deps)* Bump thiserror from 1.0.40 to 1.0.43
- *(deps)* Bump serde from 1.0.164 to 1.0.171
- *(deps)* Bump serde_json from 1.0.99 to 1.0.102

## [0.2.1] - 2023-07-14

### 🐛 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 = "nofi"
version = "0.2.1" # bumped by release.sh
version = "0.2.2" # bumped by release.sh
description = "A notification daemon for Rofi"
authors = ["Ellis Clayton <ellis@ellis.codes>"]
license = "MIT"
Expand Down

0 comments on commit 39281ae

Please sign in to comment.