Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Jul 18, 2022
1 parent 52645df commit 15465bf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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

## Breaking changes
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PATH
remote: .
specs:
diaspora_federation (0.3.0)
diaspora_federation (1.0.0)
faraday (>= 1.0, < 3)
faraday-follow_redirects (~> 0.3)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-json_schema (0.3.0)
diaspora_federation-rails (0.3.0)
diaspora_federation-json_schema (1.0.0)
diaspora_federation-rails (1.0.0)
actionpack (>= 5.2, < 8)
diaspora_federation (= 0.3.0)
diaspora_federation-test (0.3.0)
diaspora_federation (= 0.3.0)
diaspora_federation (= 1.0.0)
diaspora_federation-test (1.0.0)
diaspora_federation (= 1.0.0)
fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8)

Expand Down
2 changes: 1 addition & 1 deletion lib/diaspora_federation/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module DiasporaFederation
# the gem version
VERSION = "0.3.0"
VERSION = "1.0.0"
end
8 changes: 4 additions & 4 deletions test/gemfiles/no-rails.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: ../..
specs:
diaspora_federation (0.3.0)
diaspora_federation (1.0.0)
faraday (>= 1.0, < 3)
faraday-follow_redirects (~> 0.3)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-json_schema (0.3.0)
diaspora_federation-test (0.3.0)
diaspora_federation (= 0.3.0)
diaspora_federation-json_schema (1.0.0)
diaspora_federation-test (1.0.0)
diaspora_federation (= 1.0.0)
fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8)

Expand Down

0 comments on commit 15465bf

Please sign in to comment.