orcid_client 0.13.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +0 -7
- data/CHANGELOG.md +23 -6
- 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: d0e359039d2e3f2886f59ae4f376ad1c171772450597d4da131ab8bfd388e977
|
4
|
+
data.tar.gz: 2e4082730d0f6ba3ab9dcb4fe980e3e61b2d80a8b4a249d7d1dc9ca18d9b7cc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c97f2f64e128d3c30eaaa166250c434f3fd2397de6843af8b8456a846b19bd553f55d3705452c3cd41a95a3fe01a34a6c6b4647257968e98e96d279535d1481a
|
7
|
+
data.tar.gz: 04b9cee272a1f77141a6767f0a85df55ca2b679b11c92c2ad71df241f6e7da1abb36baa9b411cfda43a544fc279873f06ccfd044f030d38296bfbf604093c36c
|
@@ -34,10 +34,3 @@ jobs:
|
|
34
34
|
env:
|
35
35
|
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
|
36
36
|
|
37
|
-
- name: Notify Slack
|
38
|
-
uses: adamkdean/simple-slack-notify@1.0.4
|
39
|
-
with:
|
40
|
-
channel: '#ops'
|
41
|
-
username: 'GitHub Actions'
|
42
|
-
color: 'good'
|
43
|
-
text: 'A new version of the orcid_client gem has been released.'
|
data/CHANGELOG.md
CHANGED
@@ -2,11 +2,28 @@
|
|
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.14.0...HEAD)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Remove slack notification from release [\#38](https://github.com/datacite/orcid_client/pull/38) ([ashwinisukale](https://github.com/ashwinisukale))
|
10
|
+
|
11
|
+
## [0.14.0](https://github.com/datacite/orcid_client/tree/0.14.0) (2024-11-20)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.13.0...0.14.0)
|
14
|
+
|
15
|
+
**Merged pull requests:**
|
16
|
+
|
17
|
+
- Update version [\#37](https://github.com/datacite/orcid_client/pull/37) ([ashwinisukale](https://github.com/ashwinisukale))
|
18
|
+
|
19
|
+
## [0.13.0](https://github.com/datacite/orcid_client/tree/0.13.0) (2024-11-20)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.12.0...0.13.0)
|
6
22
|
|
7
23
|
**Closed issues:**
|
8
24
|
|
9
25
|
- Remove slack notification from git action as its already broken [\#36](https://github.com/datacite/orcid_client/issues/36)
|
26
|
+
- Update bolognese gem version and release changes with new version [\#35](https://github.com/datacite/orcid_client/issues/35)
|
10
27
|
|
11
28
|
**Merged pull requests:**
|
12
29
|
|
@@ -143,19 +160,19 @@
|
|
143
160
|
|
144
161
|
## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
|
145
162
|
|
146
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
163
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.3)
|
147
164
|
|
148
165
|
**Merged pull requests:**
|
149
166
|
|
150
167
|
- Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
|
151
168
|
|
152
|
-
## [v.0.4.
|
169
|
+
## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
|
153
170
|
|
154
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
171
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.1)
|
155
172
|
|
156
|
-
## [v.0.4.
|
173
|
+
## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
|
157
174
|
|
158
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.
|
175
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.2)
|
159
176
|
|
160
177
|
## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
|
161
178
|
|
data/Gemfile.lock
CHANGED
data/lib/orcid_client/version.rb
CHANGED