From 689309b55a8d46ab0265edee9583e7607759339d Mon Sep 17 00:00:00 2001 From: Jeremy Attali Date: Fri, 18 Nov 2022 16:32:34 -0500 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 10 ++++++++++ meson.build | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 549a91c..97cd0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.0](https://github.com/jtheoof/swappy/compare/v1.4.0...v1.5.0) (2022-11-18) + + +### Features + +* **config:** add early_exit option ([60da549](https://github.com/jtheoof/swappy/commit/60da5491e243c9edd85f6225326a68ae5e3edfd5)) +* **config:** allow paint_mode to be configured through config file ([2f35f02](https://github.com/jtheoof/swappy/commit/2f35f02b4e89bf67b6e9cc461e874331d8ce2a4c)) +* **config:** try to create `save_dir` if it does not exist ([4fb291a](https://github.com/jtheoof/swappy/commit/4fb291ad4b0b116afeaa7094b040083111b74674)) +* **ui:** allow filling rectangles and ellipsis ([8ee55f7](https://github.com/jtheoof/swappy/commit/8ee55f7d52ce6ac71752981863f5795fef460049)), closes [#120](https://github.com/jtheoof/swappy/issues/120) + ## [1.4.0](https://github.com/jtheoof/swappy/compare/v1.3.1...v1.4.0) (2021-09-06) diff --git a/meson.build b/meson.build index 633d821..99e7c44 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'swappy', 'c', - version: '1.4.0', + version: '1.5.0', license: 'MIT', meson_version: '>=0.48.0', default_options: [ diff --git a/package.json b/package.json index e7c2117..628c533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swappy", - "version": "1.4.0", + "version": "1.5.0", "repository": { "type": "git", "url": "https://github.com/jtheoof/swappy.git"