anthropic-rb 0.2.1 → 0.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71f6226b4b4edd490bf59090d0436330a5c29d3e8078fadec56fedb8a3de551b
4
- data.tar.gz: af95d2c8e002363ff31b1ad3a7224c4dd45cdfd99fc71d6886a69e74d4587601
3
+ metadata.gz: b614af89c92e14b23a0daf76f5e42f3b915c3ece4c320e7cb7e41f5da66aa756
4
+ data.tar.gz: a3a39e8807557dfa1fd6cd8dc9a2c9d1f2f3b810e2742d108716c1e5d014f754
5
5
  SHA512:
6
- metadata.gz: 6be809b889103cc7dd9dc1c3311d7fdfd88b7e151eadfc6c4fd9257d6fc8235b2f1bd9a8716a6baf16c6a809abbcb9fc8953d12278d00bf5c042ba77c48eed50
7
- data.tar.gz: 1bd8456a599f6d49e7e515de79245bbe8e3add73b5104263b1d4d25df2c972d9c7788c694318c8950cfc15523a0b9e22c089b01d3dbf7a91505c37e87c29f2c2
6
+ metadata.gz: 5568e9adebc9501f8c0f794a0a074e0d0d82cf0516c4daa82d316a7cf30e7a81c3dd6c207a7aeaffec1874b518e62fedada9e9c6bfdd052d71075975d5fd2e6e
7
+ data.tar.gz: b726f6f3c0b14d77d9917acc0ee1e928fcb75fdd80ffc2eb00128df4e3648e89e02d2569c33f9494312c58d1eee3d43e7d286a983d17fbd37bf71a0e81035f88
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.2.3] - 2023-12-27
6
+
7
+ ### Fixed
8
+
9
+ - Fix links in CHANGELOG.md
10
+
11
+ ## [0.2.2] - 2023-12-27
12
+
13
+ ### Fixed
14
+
15
+ - Fix links in CHANGELOG.md
16
+
5
17
  ## [0.2.1] - 2023-12-27
6
18
 
7
19
  ### Fixed
@@ -21,7 +33,9 @@
21
33
 
22
34
  - Initial release
23
35
 
24
- [Unreleased]: https://github.com/d3d1rty/event_logger_rails/compare/0.2.1...HEAD
25
- [0.2.1]: https://github.com/d3d1rty/event_logger_rails/compare/0.2.0...0.2.1
26
- [0.2.0]: https://github.com/d3d1rty/event_logger_rails/compare/0.1.0...0.2.0
27
- [0.1.0]: https://github.com/d3d1rty/event_logger_rails/releases/tag/0.1.0
36
+ [Unreleased]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.3...HEAD
37
+ [0.2.3]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.2...v0.2.3
38
+ [0.2.2]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.1...v0.2.2
39
+ [0.2.1]: https://github.com/dickdavis/anthropic-rb/compare/v0.2.0...v0.2.1
40
+ [0.2.0]: https://github.com/dickdavis/anthropic-rb/compare/v0.1.0...v0.2.0
41
+ [0.1.0]: https://github.com/dickdavis/anthropic-rb/releases/tag/v0.1.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Anthropic
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anthropic-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dick Davis