bristow 0.5.0 → 0.5.1

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: 1888aaf7dc60df075779ec15107d64b7b611f979821843690f9c55e6cae522be
4
- data.tar.gz: 23e2cd997e1855c5060ceb08c5a5f64575ad0d68de046a6ddaa20bb1063fd48a
3
+ metadata.gz: 3e0ca726d23b0633656cf1ee562ac3b501d970b84692b8cfdf91437dce4f5a48
4
+ data.tar.gz: 9016bcf5fa198bf1531ce1f0a49b7742e113f6bd7d15549d1c6af8dc61b07dd2
5
5
  SHA512:
6
- metadata.gz: 8413b8e49219c72ff68cd8870139843506c6d29737c6defaa8ccb7f67a60dd2c39ac29f092a56e0c3df55f8218962dbbfa5e94596c64cc7610472c5667eff789
7
- data.tar.gz: f9f39a0ad386ba9a025deb0c98d994e46c9e043d06f0ac4208c7a4e1b1c5f37a7bdc195baa83fa1ed5167141fac028cc4925eaee3ffb0ce8fb52cad7b362f273
6
+ metadata.gz: edf58bbcf4cb2352863da1110c3358e501ac5163d22619235c840f4f17e020e381e5b8f1d2d2c5bab7863eb909a3c0c56f69d3a665b321c0b5ca32ce757aa3fc
7
+ data.tar.gz: 1b4504c7136d11e5d1b5d8d2b0175c9450c3ef28d3cf63cfa7990dff91a89cac5051776c081bed43a12093dd86cf3767911dd898a54f6e8b1990ac8c8342b509
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.5.1] - 2025-05-08
4
+
5
+ - Improve publish script
6
+
3
7
  ## [0.5.0] - 2025-05-08
4
8
 
5
9
  - Add termination conditions so you can ensure an agent stop after a certain amount of time.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bristow
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bristow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Hampton