Skip to content

Commit

Permalink
incr version
Browse files Browse the repository at this point in the history
  • Loading branch information
enchant97 committed Dec 5, 2021
1 parent d6ff4fe commit 7604cfa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion git_web/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit 7604cfa

Please sign in to comment.