Skip to content

Commit d77d49a

Browse files
chore(main): release 0.0.5 (#14)
1 parent a9fcb72 commit d77d49a

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.4"
2+
".": "0.0.5"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.5](https://github.com/rubyists/kalshi/compare/v0.0.4...v0.0.5) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* adds series event lookup, and events/ endpoints ([#13](https://github.com/rubyists/kalshi/issues/13)) ([a9fcb72](https://github.com/rubyists/kalshi/commit/a9fcb72724e5e1a51be8671d96bf58514d14904c))
9+
10+
11+
### Bug Fixes
12+
13+
* correct path to filter_by_sport, adds ApiClient helper ([#8](https://github.com/rubyists/kalshi/issues/8)) ([a608fbe](https://github.com/rubyists/kalshi/commit/a608fbe0e88ad2678dc3ba84ba8198121e1d29aa))
14+
* renamed #get_without_prefix to #get_url for clarity ([#11](https://github.com/rubyists/kalshi/issues/11)) ([a641a5f](https://github.com/rubyists/kalshi/commit/a641a5f187ba2d42d1e4637fe599e63ea34fd4d8))
15+
316
## [0.0.4](https://github.com/rubyists/kalshi/compare/v0.0.3...v0.0.4) (2026-01-05)
417

518

lib/kalshi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Rubyists
44
# Kalshi module version
55
module Kalshi
66
# x-release-please-start-version
7-
VERSION = '0.0.4'
7+
VERSION = '0.0.5'
88
# x-release-please-end
99
end
1010
end

0 commit comments

Comments
 (0)