From bcda7be2f9b3c8ac936a8922851ef2d1450c5ba8 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 27 Nov 2024 22:53:31 +0300 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..61640f2 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/Cargo.lock b/Cargo.lock index 79559ae..d5ae7e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "qtype" -version = "0.2.0" +version = "0.1.0" dependencies = [ "chrono", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index bf16188..5b2a6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"