Update changelog
This commit is contained in:
parent
ef1ae5f98d
commit
dd5ece91ef
|
@ -5,6 +5,14 @@ All notable changes to tailbone-corepos will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.5] - 2021-08-02
|
||||
### Changed
|
||||
- Tweak form to make editing CORE product possible.
|
||||
- Highlight products not in use.
|
||||
- Expose views for `TableSyncRules`.
|
||||
- Add web templates to manifest.
|
||||
- Expose card number filter by default, for `meminfo` grid.
|
||||
|
||||
## [0.1.4] - 2021-06-11
|
||||
### Changed
|
||||
- Several more updates...mostly a "save point" release.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.4'
|
||||
__version__ = '0.1.5'
|
||||
|
|
Loading…
Reference in a new issue