Skip to content

Commit 6105bb7

Browse files
committed
chore(release): prepare for 0.8.0
1 parent 877f97f commit 6105bb7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [unreleased]
4+
## [0.8.0] - 2022-09-25
55

66
### Miscellaneous Tasks
77

88
- Updated copyright year in LICENSE
99
- Use cliff.toml from instarepo
1010
- Upgrade to crossterm 0.23
11+
- Update rust crate crossterm to 0.24
12+
- Update rust crate crossterm to 0.25 (#108)
13+
14+
### Refactor
15+
16+
- Using tokenizers (#110)
1117

1218
## [0.7.0] - 2021-12-11
1319

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 = "rusty_basic"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Nikolaos Georgiou <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)