Release version 0.2.7

This commit is contained in:
Benjamin Neff 2021-10-24 20:20:17 +02:00
parent f9d522c699
commit 4d5d9f4194
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
5 changed files with 27 additions and 17 deletions

View file

@ -1,3 +1,13 @@
# 0.2.7
## Features
* Add `remote_photo_path` to `AccountMigration` entity [#119](https://github.com/diaspora/diaspora_federation/pull/119)
## Bug fixes
* Only parse each nested element name once from the XML [#118](https://github.com/diaspora/diaspora_federation/pull/118)
# 0.2.6
## Bug fixes

View file

@ -1,18 +1,18 @@
PATH
remote: .
specs:
diaspora_federation (0.2.6)
diaspora_federation (0.2.7)
faraday (>= 0.9.0, < 1.0)
faraday_middleware (>= 0.10.0, < 1.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-json_schema (0.2.6)
diaspora_federation-rails (0.2.6)
diaspora_federation-json_schema (0.2.7)
diaspora_federation-rails (0.2.7)
actionpack (>= 4.2, < 6)
diaspora_federation (= 0.2.6)
diaspora_federation-test (0.2.6)
diaspora_federation (= 0.2.6)
diaspora_federation (= 0.2.7)
diaspora_federation-test (0.2.7)
diaspora_federation (= 0.2.7)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)

View file

@ -1,4 +1,4 @@
module DiasporaFederation
# the gem version
VERSION = "0.2.6".freeze
VERSION = "0.2.7".freeze
end

View file

@ -1,15 +1,15 @@
PATH
remote: ../..
specs:
diaspora_federation (0.2.6)
diaspora_federation (0.2.7)
faraday (>= 0.9.0, < 1.0)
faraday_middleware (>= 0.10.0, < 1.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-json_schema (0.2.6)
diaspora_federation-test (0.2.6)
diaspora_federation (= 0.2.6)
diaspora_federation-json_schema (0.2.7)
diaspora_federation-test (0.2.7)
diaspora_federation (= 0.2.7)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)

View file

@ -1,18 +1,18 @@
PATH
remote: ../..
specs:
diaspora_federation (0.2.6)
diaspora_federation (0.2.7)
faraday (>= 0.9.0, < 1.0)
faraday_middleware (>= 0.10.0, < 1.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-json_schema (0.2.6)
diaspora_federation-rails (0.2.6)
diaspora_federation-json_schema (0.2.7)
diaspora_federation-rails (0.2.7)
actionpack (>= 4.2, < 6)
diaspora_federation (= 0.2.6)
diaspora_federation-test (0.2.6)
diaspora_federation (= 0.2.6)
diaspora_federation (= 0.2.7)
diaspora_federation-test (0.2.7)
diaspora_federation (= 0.2.7)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)