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