orcid_client 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/Gemfile.lock +1 -1
- data/lib/orcid_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d00a5b01d73bb98b04d6ce2a79bb4997f0b99643ecb2aadd44184a42507be765
|
|
4
|
+
data.tar.gz: e2bf0d592c3514ad525800acda211f8e438160779276a89708dd1b7b4371b8cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5073f3fcdf35be4019b993a650cdd3fa7f4826ba9a07e5778dd0bedbc9c753ac9f3e0a586bf363ab03fbf3f1d1499139b19509352d2167e6ecd9db9ed4b0da35
|
|
7
|
+
data.tar.gz: b7bf18700d531198baefa8759395b436fd271b50046f12ab50c0c10352385fcd239d8ae178b479de8fa478a74ef8eaf378b2d61a9a4b15fdb85599dd5f319ce1
|
data/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased](https://github.com/datacite/orcid_client/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.
|
|
5
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.13.0...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Update version [\#37](https://github.com/datacite/orcid_client/pull/37) ([ashwinisukale](https://github.com/ashwinisukale))
|
|
10
|
+
|
|
11
|
+
## [0.13.0](https://github.com/datacite/orcid_client/tree/0.13.0) (2024-11-20)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.12.0...0.13.0)
|
|
6
14
|
|
|
7
15
|
**Closed issues:**
|
|
8
16
|
|
|
9
17
|
- Remove slack notification from git action as its already broken [\#36](https://github.com/datacite/orcid_client/issues/36)
|
|
18
|
+
- Update bolognese gem version and release changes with new version [\#35](https://github.com/datacite/orcid_client/issues/35)
|
|
10
19
|
|
|
11
20
|
**Merged pull requests:**
|
|
12
21
|
|
data/Gemfile.lock
CHANGED
data/lib/orcid_client/version.rb
CHANGED