Skip to content

Commit ca03ccc

Browse files
committed
v0.2.2
1 parent e8589aa commit ca03ccc

5 files changed

Lines changed: 12 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ default-members = [
5757
]
5858

5959
[workspace.package]
60-
version = "0.2.1"
60+
version = "0.2.2"
6161
edition = "2024"
6262
license = "AGPL-3.0-only"
6363
authors = ["AutoExplore Oy <info@autoexplore.ai>"]
@@ -114,7 +114,7 @@ mimalloc = "0.1.52"
114114
# point of the exercise.
115115
libmimalloc-sys = { version = "0.1.49", features = ["extended"] }
116116
pulldown-cmark = { version = "0.13", default-features = false, features = ["simd"] }
117-
notify = "9.0.0-rc.4"
117+
notify = "9.0.0-rc.5"
118118
palette = "0.7.7"
119119
raw-window-handle = "0.6"
120120
regex = "1.13.1"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
## <img alt="GitComet logo" src="assets/gitcomet_logo.svg" width="26" /> GitComet
23

34
[![Build Status](https://github.com/Auto-Explore/GitComet/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Auto-Explore/GitComet/actions/workflows/rust.yml)

crates/gitcomet-ui-gpui/assets/open_source_licenses.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ nom 7.1.3 MIT
415415
nom 8.0.0 MIT
416416
nonempty 0.12.0 MIT
417417
noop_proc_macro 0.3.0 MIT
418-
notify 9.0.0-rc.4 CC0-1.0
418+
notify 9.0.0-rc.5 CC0-1.0
419419
notify-rust 4.18.0 MIT OR Apache-2.0
420420
notify-types 2.1.0 MIT OR Apache-2.0
421421
ntapi 0.4.3 Apache-2.0 OR MIT

crates/win32-window-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitcomet-win32-window-utils"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2024"
55
authors = ["AutoExplore Oy <info@autoexplore.ai>"]
66
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)