Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ravsii committed Nov 27, 2024
1 parent 68c1dcf commit 0965388
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.1.0 (2024-11-27)


### Features

* (incomplete) multiple screen [#3](https://github.com/ravsii/qType/issues/3) ([8eaad98](https://github.com/ravsii/qType/commit/8eaad98b07c19b07224d07044de0ebda11eba34e))
* (incomplete) multiple screen attemt [#1](https://github.com/ravsii/qType/issues/1) ([c0e051a](https://github.com/ravsii/qType/commit/c0e051a486c3d6f258fa8338d8a8045b8271890f))
* (incomplete) multiple screens [#2](https://github.com/ravsii/qType/issues/2) ([0140b71](https://github.com/ravsii/qType/commit/0140b710eb03a1868816dea6d7fc49e37a4f6113))
* dicts are now bundled ([1ec7975](https://github.com/ravsii/qType/commit/1ec79753262645fb2b05b16a163028df75150f03))
* input & bottom bar with ratatui ([9a20996](https://github.com/ravsii/qType/commit/9a2099695179b970669fd97dbfea96102c99a87d))
* multiple dictionaries & screens ([4685b8c](https://github.com/ravsii/qType/commit/4685b8c2f429504c3c80d69bb08fd490f09ff4d5))
* v0.1.0 release ([82073a9](https://github.com/ravsii/qType/commit/82073a9e61cb7d941715136ba7bbedcc440a72e9))


### Bug Fixes

* cargo public missing dir ([4b52fdc](https://github.com/ravsii/qType/commit/4b52fdc15ab78372cd7b27c9d62da0843eac77f3))
* missing user input ([0319161](https://github.com/ravsii/qType/commit/03191616b52bcc219af4812728943496b3e371df))
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
Expand Up @@ -2,7 +2,7 @@
name = "qtype"
description = "Terminal-based typing speed practice app"
authors = ["ravsii"]
version = "0.2.0"
version = "0.1.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/ravsii/qType"
Expand Down

0 comments on commit 0965388

Please sign in to comment.