From bb031dc40878cde35e64c8f9d5056393a52ec486 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Sun, 19 Dec 2021 17:51:06 +0200 Subject: [PATCH] Bump version to 1.2-stable Thanks to all Goost contributors! --- CHANGELOG.md | 4 ++-- goost.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a465699..e2a34101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] - 2021-XX-XX +## [1.2] - 2021-12-19 ### Added @@ -55,6 +55,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). Initial release. -[Unreleased]: https://github.com/goostengine/goost/compare/1.1-stable+3.4...HEAD +[1.2]: https://github.com/goostengine/goost/compare/1.1-stable+3.4...1.2-stable+3.4.1 [1.1]: https://github.com/goostengine/goost/compare/1.0-stable+3.3.2...1.1-stable+3.4 [1.0]: https://github.com/goostengine/goost/compare/1.0-beta-gd3...1.0-stable+3.3.2 diff --git a/goost.py b/goost.py index 567c1b7d..dd99d131 100644 --- a/goost.py +++ b/goost.py @@ -8,7 +8,7 @@ "minor": 2, "patch": 0, "branch": "gd3", - "status": "beta", + "status": "stable", "year": 2021, } url = "https://github.com/goostengine/goost"