Skip to content

Commit

Permalink
chore(release): prepare for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 13, 2023
1 parent 62fd362 commit 9c59c0a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [0.1.3] - 2023-03-13

### 🐛 Bug Fixes

- *(typo)* Fix typo in security policy

### 🚜 Refactor

- *(cd)* Remove GitHub release requirement from crates.io step
- *(readme)* Use HTML badges

### 📚 Documentation

- *(readme)* Add badges

### ⚙️ Miscellaneous Tasks

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

## [0.1.2] - 2023-03-06

### ⚙️ Miscellaneous Tasks
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.2" # bumped by release.sh
version = "0.1.3" # 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 9c59c0a

Please sign in to comment.