search_solr_tools 4.2.0 → 4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/search_solr_tools/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: 90abb4ed148a314b5f89d1e26bb429fa6460c1b40a2ed7748df86105b360cab0
|
4
|
+
data.tar.gz: acd40c9834e1ec398f6c0dcbd38f5dcd908875fe247e7e4772c83efbb2418ec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6806b0c647da6d9afaee2eca5088be88ce061d59db7abff4589d4c88ca141432b37fa65a703026faf0c299a375208cfe03a4a665de57fb95b91d2b1e025bc565
|
7
|
+
data.tar.gz: 756d63144275308f04c5c1eab1a7a3e36f5be2fb038961c8678a7fc88e9d1ad11d6f11e2510af354ede8459c7244b57c5f0951e1d4fe2122421026c34830c171
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,18 @@
|
|
1
|
-
## v4.1
|
1
|
+
## v4.2.1 (2019-08-13)
|
2
|
+
|
3
|
+
- Patch release to include updated CHANGELOG.
|
4
|
+
|
5
|
+
## v4.2.0 (2019-08-12)
|
2
6
|
|
3
7
|
- Update dataset-catalog-services URL to only fetch current (*not* retired)
|
4
8
|
metadata records.
|
5
9
|
- Add a few more gem release notes to README.
|
6
10
|
|
11
|
+
Note: v4.1.0 was prematurely released and, in theory, yanked. However, on the
|
12
|
+
second try at publishing 4.1.0, Rubygems complained about the attempt to
|
13
|
+
republish a gem. The version was therefore bumped again to 4.2.0 as the path of
|
14
|
+
least resistance to a successful publish. v4.1.0 should not be used.
|
15
|
+
|
7
16
|
## v4.0.1 (2019-07-08)
|
8
17
|
|
9
18
|
- Update CHANGELOG and release instructions.
|