Skip to content

Commit

Permalink
bump to version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Aug 7, 2020
1 parent 4a2a6ac commit fe14ebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Changelog
=========

0.8.3 (2020-08-??)
0.8.3 (2020-08-07)
------------------

- settings添加内置变量 ``id_string`` ,对应环境变量 ``GUNIFLASK_ID_STRING``

- 对health endpoint添加了active profiles的校验,避免程序在错误的profile下启动后无法从Consul中删除服务

0.8.2 (2020-08-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion guniflask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding=utf-8

__version__ = '0.8.2'
__version__ = '0.8.3'

0 comments on commit fe14ebd

Please sign in to comment.