From 7604cfaaf7d7358a05a16293264c48f67a4eb591 Mon Sep 17 00:00:00 2001 From: Leo Spratt Date: Sun, 5 Dec 2021 20:14:43 +0000 Subject: [PATCH] incr version --- CHANGELOG.md | 16 ++++++++++++++-- git_web/__init__.py | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3ce1d..1a169fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,24 @@ - # Change Log 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). +## [1.2.0] - 2021-12-05 +### Added +- **Basic** markdown `README.md` rendering +- Implement a dark-mode scrollbar +- "last commit" message to repo tree view +- App Icon + +### Changed +- Split app views into blueprints +- Move repo settings into separate page +- Improve site theme picker style +- Update pip requirements + ## [1.1.1] - 2021-11-05 -## Fixed +### Fixed - docker health checking ## [1.1.0] - 2021-10-28 diff --git a/git_web/__init__.py b/git_web/__init__.py index a82b376..c68196d 100644 --- a/git_web/__init__.py +++ b/git_web/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.2.0"