bsb 1.1.4 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba3c4cf0f10d80ff78f0cab29efbf2f63097864dd28bb234e91aa98568fba669
4
- data.tar.gz: 71ef9a2299b7404f2464a2991d02947bfcfc0fdae987225ed4db72a010ab8fbe
3
+ metadata.gz: dbf9c56dd7f3ece60ea7b3fafc946e1edc4ba8f7162dbaeab8fbca5bb905ada4
4
+ data.tar.gz: c59df864e33fd0a5c9721422e02167116f84acf4dedcd5963c680358fddb15eb
5
5
  SHA512:
6
- metadata.gz: c9c800365734fd78d22da296b7023d6bc6996f344fa494b1e726c35e88aac347c86c6756f45abad4a1b51ed3ce1daa5b6eae768aee420b1a9e85a2b3b250b4b0
7
- data.tar.gz: ac19ee796f8685d5b2c442423a5ddf5472dd3ab6e1116d9aa5dc2b8c423ccaa39f75dbb7e656a417e6822187cdbe7e465bd5646777043614feed207f9555d96c
6
+ metadata.gz: 8fa6e29416a7294d5b2e9120c357f08a7bdf3dd532209a76b646ccabd4437444b5b3e50d57f8d1938a5309e4db290d34e40445aa5ceeef2a08052d2e59989b5d
7
+ data.tar.gz: 003faacc545ba84c7d698bddf68177e9874084330602e13a99b5fc6ddcea0cc36e31b5460f9e2f7d8b9401bbb436ccd5258fbdddc6b42a8754b98136b7b5aaa1
@@ -1 +1 @@
1
- {".":"1.1.4"}
1
+ {".":"1.1.6"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.6](https://github.com/coinjar/bsb/compare/v1.1.5...v1.1.6) (2024-01-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * manual DB update using BSBDirectoryDec23-333.txt ([#42](https://github.com/coinjar/bsb/issues/42)) ([0b48f9e](https://github.com/coinjar/bsb/commit/0b48f9ee4d653f6937ee3785de685e4c63b62583))
9
+
10
+ ## [1.1.5](https://github.com/coinjar/bsb/compare/v1.1.4...v1.1.5) (2024-01-02)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 2024-01-02 periodic update of config/*.json database files. ([#41](https://github.com/coinjar/bsb/issues/41)) ([5cd847f](https://github.com/coinjar/bsb/commit/5cd847f03812bbf4293b482c466b2c40e72188da))
16
+ * skip missing files instead of failing ([#39](https://github.com/coinjar/bsb/issues/39)) ([95f340f](https://github.com/coinjar/bsb/commit/95f340f1396c62a304ce6bde4edad28263ee45e9))
17
+
3
18
  ## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09)
4
19
 
5
20