From 6812697f9d5dd479d0be839b516423143c63621b Mon Sep 17 00:00:00 2001 From: Nikolas Schmidt-Voigt Date: Thu, 29 Feb 2024 10:54:24 +0100 Subject: [PATCH] release: version 1.1.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1006f51..81ee610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-02-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index e94643b..254580a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartib" -version = "1.0.1" +version = "1.1.0" authors = ["Nikolas Schmidt-Voigt "] description = "A simple timetracker for the command line" homepage = "https://github.com/nikolassv/bartib"