zotero-rb 0.2.0 → 0.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/lib/zotero/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed5e1bc966a90e528cdcb874afebc4e6fb0b7941f0d1b641f25c686660b42a82
4
- data.tar.gz: 07becabbc5d55a481b7d3f9945f671ec7ee183ee72cbbd8b84410f065679152e
3
+ metadata.gz: cb2af96056db42a8a195c1a65b6473c1dcee45c15c1d9156ba6d932e2803103c
4
+ data.tar.gz: 6dfa30beaf22484361eef41eb2136247432965f882adbc5673913611cad12b58
5
5
  SHA512:
6
- metadata.gz: d57c1a5cbf941b10c9871352715cf2f9e04859a9c32cc6dfb34c911797d5c419ee74bfb7a1e2c1bc7ce64283636155867867142c094eaea85abacc2606d84890
7
- data.tar.gz: 449b2c7e9bede8968cf0a99a7d270e3796a09390aefd3ea4228bd14c29967113bf2d5aa01b97d497fc168b335ebf71e11cc9682a42f30ef6ba9afddf9be49615
6
+ metadata.gz: a4fd40a86743a3b39fbba3091a08ea4231e09b6dbebd37ed866e21896354dc8a1d32f4921ddd4c3a56736fb1d27a85410fd1961f1034031d3da72b0d4a3dc3e8
7
+ data.tar.gz: de61eace8718addaf8820e377ee1e20c32d7f08d0068e78fd827d3990c32b710aacd32644fe4aaffdd1f8fb71fa0606dbd4be0dadee261f320027611ba0a6cc0
data/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.0](https://github.com/andrewhwaller/zotero-rb/compare/v0.2.0...v0.3.0) (2025-12-24)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add automatic retry with exponential backoff ([bb78859](https://github.com/andrewhwaller/zotero-rb/commit/bb7885948d388445b156bb69a560134875923fb5))
14
+ * Add library ID validation ([b667267](https://github.com/andrewhwaller/zotero-rb/commit/b6672671d6d1141c900466547ffe5125757fb542))
15
+ * Add ParseError and enhance RateLimitError ([813c533](https://github.com/andrewhwaller/zotero-rb/commit/813c533c0892b8286617ac9e0cef39dc5452d4e4))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * Resolve file handle leak in file uploads ([75f8319](https://github.com/andrewhwaller/zotero-rb/commit/75f8319b6a43b7902d32781beeca3987cce73dbf))
21
+
8
22
  ## [0.1.5](https://github.com/andrewhwaller/zotero-rb/compare/v0.1.4...v0.1.5) (2025-09-11)
9
23
 
10
24
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zotero
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zotero-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Waller