From 336491ad66035f02d35fd9214d4e952428298bda Mon Sep 17 00:00:00 2001 From: TheWisker Date: Thu, 31 Aug 2023 16:12:48 +0200 Subject: [PATCH] Version 2.0.1 --- CHANGELOG.md | 13 +++++++++++++ CITATION.cff | 2 +- CONTRIBUTORS.md | 4 ++-- meson.build | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcfd3e..ad5159f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1] - 2023-08-31 + +Minor update for **Cavasik**. + +### Added +- **Mirror Sync** related setting. + +### Changed +- No changes + +### Fixed +- Some typos + ## [2.0.0] - 2023-06-17 **First** official version of **Cavasik**. diff --git a/CITATION.cff b/CITATION.cff index 018d8c7..bfe36df 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,6 +3,6 @@ message: "If you use this software in your work, or make a fork of it, please ci authors: - given-names: "TheWisker" title: "Cavasik Project" -version: 2.0.0 +version: 2.0.1 date-released: 2023-06-18 url: "https://github.com/TheWisker/Cavasik" \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index df68dbe..bbb5274 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -14,8 +14,8 @@ These are the **Cavasik** project **contributors**, ordered from most recent to least recent: -- No contributors by the moment. **Be the first!** - +- [Myles](https://github.com/MylesGit) => Opened an [issue](https://github.com/TheWisker/Cavasik/issues/2) resulting in an enhancement. +- [Kian-Meng Ang](https://github.com/kianmeng) => Made a [pull request](https://github.com/TheWisker/Cavasik/pull/5) resulting in the correction of some typos. In another format: diff --git a/meson.build b/meson.build index 15c4a84..76630ce 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('cavasik', version: 'v2.0.0', meson_version: '>= 0.59.0', default_options: ['warning_level=2', 'werror=false']) +project('cavasik', version: 'v2.0.1', meson_version: '>= 0.59.0', default_options: ['warning_level=2', 'werror=false']) i18n = import('i18n') gnome = import('gnome')