Merge pull request #8389 from SuperTux88/update-changelog

Update next major to 1.0.0
This commit is contained in:
Benjamin Neff
2022-09-10 01:28:53 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# 0.8.0.0
# 1.0.0 (unreleased)
## New configuration file!
@@ -6,7 +6,7 @@ We already recommended you to move to our new TOML based configuration file. Wit
## API!
With the release of diaspora\* Version 0.8.0.0, we now officially support building applications on top of the diaspora\* API! Please check out [the official API documentation](https://diaspora.github.io/api-documentation/) for instructions, and please do file bugs if you notice something that could be improved!
With the release of diaspora\* Version 1.0, we now officially support building applications on top of the diaspora\* API! Please check out [the official API documentation](https://diaspora.github.io/api-documentation/) for instructions, and please do file bugs if you notice something that could be improved!
We are looking forward to seeing many creative applications!

View File

@@ -4,7 +4,7 @@
defaults:
version:
number: "0.7.99.0" # Do not touch unless doing a release, do not backport the version number that's in master
number: "1.0.0-dev" # Do not touch unless doing a release, do not backport the version number that's in master
heroku: false
environment:
url: "http://localhost:3000/"

View File

@@ -42,7 +42,7 @@ AppConfig ||= Configurate::Settings.create do
File.join(config_dir, "diaspora.toml"),
namespace: "configuration", required: false
else
warn "WARNING: diaspora.yml is deprecated and will no longer be read in diaspora 0.9."
warn "WARNING: diaspora.yml is deprecated and will no longer be read in diaspora 2.0."
warn " Please copy over diaspora.toml.example to diaspora.toml and migrate your settings from diaspora.yml."
add_provider Configurate::Provider::YAML,