From 62ec26960776e0800a34287a2d23de0dfcbe8824 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Mon, 4 May 2026 23:05:03 +0000 Subject: [PATCH] release: Release git_cache 0.1.0 (initial release) --- CHANGELOG.md | 4 ++++ lib/git_cache/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 125a8d8..5e3cafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,5 @@ # Release History + +### v0.1.0 / 2026-05-04 + +* ADDED: Initial extraction from toys-core diff --git a/lib/git_cache/version.rb b/lib/git_cache/version.rb index 3b608ca..62e634b 100644 --- a/lib/git_cache/version.rb +++ b/lib/git_cache/version.rb @@ -5,5 +5,5 @@ class GitCache # Version of the git_cache gem # @return [String] # - VERSION = "0.0.0" + VERSION = "0.1.0" end