Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.3"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.3](https://github.com/rubyists/domeapi/compare/v0.0.2...v0.0.3) (2026-01-04)


### Features

* adds the rest of the polymarket endpoints ([#2](https://github.com/rubyists/domeapi/issues/2)) ([d6deb3e](https://github.com/rubyists/domeapi/commit/d6deb3ebe9d5f8d24b7f02d765618b35f697d6e6))
* initial commit ([b2c9e75](https://github.com/rubyists/domeapi/commit/b2c9e75180e3da1f7a11ca588efe7cc00ed8f396))


### Bug Fixes

* adds .gitkeep to the operations directory to satisfy zeitwork loader ([489f73f](https://github.com/rubyists/domeapi/commit/489f73fb00082d13d566a569a7f2e8cab061e32a))
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "zeitwork" appears to be a typo. It should be "Zeitwerk" (capitalized and with a 'k' at the end), which is the Ruby autoloading library.

Copilot uses AI. Check for mistakes.

## [0.0.2](https://github.com/rubyists/domeapi/compare/v0.0.1...v0.0.2) (2026-01-04)


Expand Down
2 changes: 1 addition & 1 deletion lib/domeapi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Rubyists
# Domeapi module
module Domeapi
# x-release-please-start-version
VERSION = '0.0.2'
VERSION = '0.0.3'
# x-release-please-end
end
end