From edb12baf139bab9364ed642d0b1ee9f28192eb43 Mon Sep 17 00:00:00 2001 From: JoyboyBrian Date: Wed, 18 Feb 2026 13:32:42 -0800 Subject: [PATCH 1/2] ci fix --- .github/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 314a5169..8f64cffb 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,18 +1,18 @@ changelog: categories: - - title: "\u26a0\ufe0f Breaking Changes" + - title: "⚠️ Breaking Changes" labels: - breaking - - title: "\ud83d\ude80 Features" + - title: "🚀 Features" labels: - enhancement - - title: "\ud83d\udc1b Bug Fixes" + - title: "🐛 Bug Fixes" labels: - bug - - title: "\ud83d\udcd6 Documentation" + - title: "📖 Documentation" labels: - documentation - - title: "\ud83d\udd27 Maintenance" + - title: "🔧 Maintenance" labels: - chore - ci From 1a6fd0c176ded9296cb35302d5ed6159bd9ea4d6 Mon Sep 17 00:00:00 2001 From: JoyboyBrian Date: Wed, 18 Feb 2026 13:41:24 -0800 Subject: [PATCH 2/2] increment version --- osmosis_ai/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmosis_ai/consts.py b/osmosis_ai/consts.py index 1d557dab..511807a5 100644 --- a/osmosis_ai/consts.py +++ b/osmosis_ai/consts.py @@ -1,3 +1,3 @@ # package metadata package_name = "osmosis-ai" -PACKAGE_VERSION = "0.2.16" +PACKAGE_VERSION = "0.2.17"