Release version 1.0.0

This commit is contained in:
Benjamin Neff 2022-07-18 02:41:48 +02:00
parent 52645df755
commit 15465bf46a
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
4 changed files with 16 additions and 11 deletions

View file

@ -1,3 +1,8 @@
# 1.0.0
* Add rails 7 support [#126](https://github.com/diaspora/diaspora_federation/pull/126)
* Add faraday 2 support [#126](https://github.com/diaspora/diaspora_federation/pull/126)
# 0.3.0 # 0.3.0
## Breaking changes ## Breaking changes

View file

@ -1,18 +1,18 @@
PATH PATH
remote: . remote: .
specs: specs:
diaspora_federation (0.3.0) diaspora_federation (1.0.0)
faraday (>= 1.0, < 3) faraday (>= 1.0, < 3)
faraday-follow_redirects (~> 0.3) faraday-follow_redirects (~> 0.3)
nokogiri (~> 1.6, >= 1.6.8) nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0) typhoeus (~> 1.0)
valid (~> 1.0) valid (~> 1.0)
diaspora_federation-json_schema (0.3.0) diaspora_federation-json_schema (1.0.0)
diaspora_federation-rails (0.3.0) diaspora_federation-rails (1.0.0)
actionpack (>= 5.2, < 8) actionpack (>= 5.2, < 8)
diaspora_federation (= 0.3.0) diaspora_federation (= 1.0.0)
diaspora_federation-test (0.3.0) diaspora_federation-test (1.0.0)
diaspora_federation (= 0.3.0) diaspora_federation (= 1.0.0)
fabrication (~> 2.29) fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8) uuid (~> 2.3, >= 2.3.8)

View file

@ -2,5 +2,5 @@
module DiasporaFederation module DiasporaFederation
# the gem version # the gem version
VERSION = "0.3.0" VERSION = "1.0.0"
end end

View file

@ -1,15 +1,15 @@
PATH PATH
remote: ../.. remote: ../..
specs: specs:
diaspora_federation (0.3.0) diaspora_federation (1.0.0)
faraday (>= 1.0, < 3) faraday (>= 1.0, < 3)
faraday-follow_redirects (~> 0.3) faraday-follow_redirects (~> 0.3)
nokogiri (~> 1.6, >= 1.6.8) nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0) typhoeus (~> 1.0)
valid (~> 1.0) valid (~> 1.0)
diaspora_federation-json_schema (0.3.0) diaspora_federation-json_schema (1.0.0)
diaspora_federation-test (0.3.0) diaspora_federation-test (1.0.0)
diaspora_federation (= 0.3.0) diaspora_federation (= 1.0.0)
fabrication (~> 2.29) fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8) uuid (~> 2.3, >= 2.3.8)