From 33fbf55ff43ec27055ae27369298a750a043f832 Mon Sep 17 00:00:00 2001 From: James Couball Date: Wed, 16 Apr 2025 08:34:08 -0700 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/command_line_boss/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index df92ed7..f84c89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1](https://github.com/main-branch/command_line_boss/compare/v0.2.0...v0.2.1) (2025-04-16) + + +### Bug Fixes + +* Automate commit-to-publish workflow ([4dbc694](https://github.com/main-branch/command_line_boss/commit/4dbc6946860cc9d8934287226adea335ae78deea)) +* Move constants from private to public ([a93685b](https://github.com/main-branch/command_line_boss/commit/a93685b167eaca8be60c57861af1168f033687d4)) + ## v0.2.0 (2024-10-10) [Full Changelog](https://github.com/main-branch/command_line_boss/compare/v0.1.0..v0.2.0) diff --git a/lib/command_line_boss/version.rb b/lib/command_line_boss/version.rb index 01662b1..6b768ac 100644 --- a/lib/command_line_boss/version.rb +++ b/lib/command_line_boss/version.rb @@ -2,5 +2,5 @@ class CommandLineBoss # Gem version - VERSION = '0.2.0' + VERSION = '0.2.1' end