From cb8742022c3d8ba0d97151d3b9fdab674038dc11 Mon Sep 17 00:00:00 2001 From: Sinaru Gunawardena Date: Tue, 11 Nov 2025 13:55:22 +0000 Subject: [PATCH] Changes for 0.2.0 release --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/rapidflow/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c33d86e..5d203ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2025.11.11 ### Added diff --git a/Gemfile.lock b/Gemfile.lock index 87c1735..c074388 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rapidflow (0.1.0) + rapidflow (0.2.0) GEM remote: https://rubygems.org/ diff --git a/lib/rapidflow/version.rb b/lib/rapidflow/version.rb index 71e3bf3..103424b 100644 --- a/lib/rapidflow/version.rb +++ b/lib/rapidflow/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RapidFlow - VERSION = "0.1.0" + VERSION = "0.2.0" end