Bump to 0.4.0.1
This commit is contained in:
parent
d18e48952c
commit
90dd5d3868
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# 0.4.0.1
|
||||
|
||||
## Bug fixes
|
||||
|
||||
Fix performance regression on stream loading with MySQL/MariaDB database backends [#5014](https://github.com/diaspora/diaspora/issues/5014).
|
||||
|
||||
# 0.4.0.0
|
||||
|
||||
## Ensure account deletions are run
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
defaults:
|
||||
version:
|
||||
number: "0.4.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develop to always say "head"
|
||||
number: "0.4.0.1" # Do not touch unless doing a release, do not backport the version number that's in master but keep develop to always say "head"
|
||||
heroku: false
|
||||
environment:
|
||||
url: "http://localhost:3000/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue