From 3557e585e9d71a14950403548465b4309351ffe9 Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Sun, 17 Oct 2021 19:31:45 -0700 Subject: [PATCH] Release v0.3.0 (#21) --- CHANGELOG.md | 11 +++++++---- pyproject.toml | 2 +- renovate.json | 4 ---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54a18b4..35400434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ 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). ## [Unreleased] + +## [0.3.0] - 2021-10-17 ### Added -- Support for Python 3.8/3.9/3.10 ([#10]) - Add `download` command ([#8]) +- Support for Python 3.8/3.9/3.10 ([#10]) - Enable Mypy static type checker ([#12]) ### Changed @@ -19,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove accents in Emoji names instead of replacing characters by underscores ([#20]) ### Removed -- Drop support for Python 3.5 ([#10]) +- Drop support for Python 3.5 which [has reached end-of-life](https://www.python.org/dev/peps/pep-0478/) ([#10]) ## [0.2.0] - 2019-09-15 ### Added @@ -28,14 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - documentation: Add deletion to examples ([#2]) ### Changed -- Drop support for Python 3.4 which [has reached end-of-line](https://www.python.org/downloads/release/python-3410/) ([#6]) +- Drop support for Python 3.4 which [has reached end-of-life](https://www.python.org/downloads/release/python-3410/) ([#6]) - Several bug fixes and enhancements to the test suite ([#1], [#3], [#4], [#6]) ## [0.1.0] - 2019-01-08 ### Added - Initial release -[Unreleased]: https://github.com/maxbrunet/mmemoji/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/maxbrunet/mmemoji/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/maxbrunet/mmemoji/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/maxbrunet/mmemoji/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/maxbrunet/mmemoji/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 372a94da..5ce38b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ ignore_missing_imports = true [tool.poetry] name = "mmemoji" -version = "0.2.0" +version = "0.3.0" description = "Custom Emoji manager command-line for Mattermost 😎" readme = "README.md" authors = [] diff --git a/renovate.json b/renovate.json index 72b0e86d..f95baa0b 100644 --- a/renovate.json +++ b/renovate.json @@ -14,10 +14,6 @@ "helpers:pinGitHubActionDigests" ], "packageRules": [ - { - "matchDepTypes": ["dependencies"], - "semanticCommitType": "build" - }, { "matchPackageNames": [ "black",