chore: Bump version to 1.1.0

This commit is contained in:
Henrik Friedrichsen
2024-03-05 13:05:20 +01:00
parent b7103a3552
commit 6aa1cd9817
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0] - 2024-03-05
### Added

2
Cargo.lock generated
View File

@@ -2282,7 +2282,7 @@ dependencies = [
[[package]]
name = "ncspot"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"arboard",
"chrono",

View File

@@ -8,7 +8,7 @@ license = "BSD-2-Clause"
name = "ncspot"
readme = "README.md"
repository = "https://github.com/hrkfdn/ncspot"
version = "1.0.0"
version = "1.1.0"
[badges]
maintenance = {status = "actively-developed"}