From 7fbf374078644a2cd5db245b9e0d6c07d64fe53c Mon Sep 17 00:00:00 2001 From: FuseTim Date: Mon, 21 Aug 2023 10:21:01 +0200 Subject: [PATCH] chore: bump version to v0.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6333b7c..899dc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## Version 0.1.1 (2023-08-21) + +### New feature: + +- implement a temporary sort in Movie Table([`fc6ec4e`](https://github.com/fusetim/mkube/commit/fc6ec4eabf781350a14454c1b5f0c6a2fbbf802c)) (by FuseTim) +- placeholder title for new title replaces the underscore/dot by space([`b097b21`](https://github.com/fusetim/mkube/commit/b097b213445c3a5f149c2330d911cf6ce4e0d832)) (by FuseTim) + ## Version 0.1.0 - Initial version Release date: 2023-08-17 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 41d6a82..2bd802b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mkube" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "EUPL-1.2"