mirror of https://github.com/snachodog/mybuddy.git
Create v2.0.3 release
This commit is contained in:
parent
4df816984d
commit
4d37e69ad4
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v2.0.3](https://github.com/babybuddy/babybuddy/tree/v2.0.3) (2023-07-25)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.2...v2.0.3)
|
||||||
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- Missing table on fresh 2.0.2 install [\#687](https://github.com/babybuddy/babybuddy/issues/687)
|
||||||
|
- Move cache table creation to a migration [\#688](https://github.com/babybuddy/babybuddy/pull/688) ([cdubz](https://github.com/cdubz))
|
||||||
|
|
||||||
## [v2.0.2](https://github.com/babybuddy/babybuddy/tree/v2.0.2) (2023-07-17)
|
## [v2.0.2](https://github.com/babybuddy/babybuddy/tree/v2.0.2) (2023-07-17)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.1...v2.0.2)
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.1...v2.0.2)
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
""" # noqa
|
""" # noqa
|
||||||
|
|
||||||
__title__ = "Baby Buddy"
|
__title__ = "Baby Buddy"
|
||||||
__version__ = "2.0.2"
|
__version__ = "2.0.3"
|
||||||
__license__ = "BSD 2-Clause"
|
__license__ = "BSD 2-Clause"
|
||||||
|
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
|
|
Loading…
Reference in New Issue