Skip to content

Commit

Permalink
chore(main): release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-harbinger[bot] authored Oct 28, 2024
1 parent a75cc8a commit 09c36ee
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.2.0"
".": "3.3.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.3.0](https://github.com/ikornaselur/litime/compare/v3.2.0...v3.3.0) (2024-10-28)


### Features

* Update quotes ([#144](https://github.com/ikornaselur/litime/issues/144)) ([a75cc8a](https://github.com/ikornaselur/litime/commit/a75cc8aaad2fef8173d8766d7d22419637700ab8))


### Dependencies

* bump anyhow from 1.0.80 to 1.0.81 ([#114](https://github.com/ikornaselur/litime/issues/114)) ([8faeced](https://github.com/ikornaselur/litime/commit/8faecede1738ca688e0e2d0fcd5e3a4f287c418c))
* bump clap from 4.5.1 to 4.5.2 ([#111](https://github.com/ikornaselur/litime/issues/111)) ([14ad6ac](https://github.com/ikornaselur/litime/commit/14ad6ac6f53e697540e45cae1dd03b36ded73fe3))
* bump clap from 4.5.2 to 4.5.4 ([#116](https://github.com/ikornaselur/litime/issues/116)) ([35d472a](https://github.com/ikornaselur/litime/commit/35d472a67feac58461bf8503706533080f5638c1))
* bump serde from 1.0.197 to 1.0.198 ([#121](https://github.com/ikornaselur/litime/issues/121)) ([d3b0f2d](https://github.com/ikornaselur/litime/commit/d3b0f2d3d5f97a12e796e6eee9b749633782369b))
* bump serde from 1.0.198 to 1.0.200 ([#124](https://github.com/ikornaselur/litime/issues/124)) ([819a0be](https://github.com/ikornaselur/litime/commit/819a0be1d27c9f5c8e099868aa7f65c63f613592))
* bump serde_json from 1.0.114 to 1.0.116 ([#122](https://github.com/ikornaselur/litime/issues/122)) ([885c1ad](https://github.com/ikornaselur/litime/commit/885c1ad05a58e24b7166bd45d89e51b3998e28aa))
* bump time from 0.3.34 to 0.3.36 ([#120](https://github.com/ikornaselur/litime/issues/120)) ([f1c552b](https://github.com/ikornaselur/litime/commit/f1c552bb6e888dccc3f8976f276e12860313b017))
* **github-actions:** bump softprops/action-gh-release from 1 to 2 ([#113](https://github.com/ikornaselur/litime/issues/113)) ([0f9318d](https://github.com/ikornaselur/litime/commit/0f9318df6d037d8e8c2ebda5ba455a1281fb4795))

## [3.2.0](https://github.com/ikornaselur/litime/compare/v3.1.0...v3.2.0) (2024-02-26)


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 = "3.2.0"
version = "3.3.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 09c36ee

Please sign in to comment.