Skip to content

Commit 9c59c0a

Browse files
committed
chore(release): prepare for v0.1.3
1 parent 62fd362 commit 9c59c0a

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 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.3] - 2023-03-13
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(typo)* Fix typo in security policy
10+
11+
### 🚜 Refactor
12+
13+
- *(cd)* Remove GitHub release requirement from crates.io step
14+
- *(readme)* Use HTML badges
15+
16+
### 📚 Documentation
17+
18+
- *(readme)* Add badges
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- *(deps)* Bump serde from 1.0.152 to 1.0.155
23+
- *(deps)* Bump tera from 1.17.1 to 1.18.0
24+
- *(deps)* Bump transitive dependencies
25+
- *(github)* Add custom domain for GitHub pages
26+
527
## [0.1.2] - 2023-03-06
628

729
### ⚙️ Miscellaneous Tasks

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