Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: release-harbinger[bot] <144613943+release-harbinger[bot]@users.noreply.github.com>
  • Loading branch information
release-harbinger[bot] authored Sep 28, 2023
1 parent 63ee728 commit 95602e2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/ikornaselur/litime/compare/v2.0.0...v3.0.0) (2023-09-28)


### ⚠ BREAKING CHANGES

* Use termcolor to render color and style for better Windows support ([#47](https://github.com/ikornaselur/litime/issues/47))

### Features

* Use termcolor to render color and style for better Windows support ([#47](https://github.com/ikornaselur/litime/issues/47)) ([63ee728](https://github.com/ikornaselur/litime/commit/63ee728277acbe742ec7df4b2ef750f5c9996313))


### Dependencies

* Remove unused features ([#46](https://github.com/ikornaselur/litime/issues/46)) ([a2389c5](https://github.com/ikornaselur/litime/commit/a2389c5ab2c53a79bb1ed6141ddb5779d2b47751))
* Replace rand with a pseudo random picker based on current timestamp ([#44](https://github.com/ikornaselur/litime/issues/44)) ([76c6700](https://github.com/ikornaselur/litime/commit/76c6700ff59c3ef6d7cfa2528836a493d42edb3e))

## [2.0.0](https://github.com/ikornaselur/litime/compare/v1.3.0...v2.0.0) (2023-09-27)


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 = "litime"
version = "2.0.0"
version = "3.0.0"
authors = ["Axel <litime@absalon.dev>"]
description = "A command line tool to display the current time ish with a literature quote"
repository = "https://github.com/ikornaselur/litime"
Expand Down

0 comments on commit 95602e2

Please sign in to comment.