Skip to content

Commit 5f2711b

Browse files
committed
Version 1.0.1
1 parent 8da4d4f commit 5f2711b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.1] - 2025-01-13
9+
10+
### Fixed
11+
12+
- Updated `nucleo_picker` from alpha version.
13+
- Update patch versions of all other dependencies.
14+
15+
## [1.0.0] - 2025-01-11
16+
17+
Initial project release
18+
19+
[1.0.1]: https://github.com/ollien/quicknotes/compare/v1.0.0...v1.0.1
20+
[1.0.0]: https://github.com/ollien/quicknotes/releases/tag/v1.0.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "quicknotes"
33
description = "A notes application that makes taking notes... quick"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
license = "BSD-3-Clause"
66
homepage = "https://github.com/ollien/quicknotes"
77
repository = "https://github.com/ollien/quicknotes"

0 commit comments

Comments
 (0)