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 2600a60..e9f536e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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/jbcom/get-bashed/compare/v0.2.0...v0.2.1) (2026-07-27) + + +### Bug Fixes + +* **deps:** remove orphaned uv.lock ([#35](https://github.com/jbcom/get-bashed/issues/35)) ([c56e4ed](https://github.com/jbcom/get-bashed/commit/c56e4edfb314109c94ee0629b21c829da37addc3)) +* repair two fabricated SHA pins and pre-existing whitespace ([#31](https://github.com/jbcom/get-bashed/issues/31)) ([9a4fe0a](https://github.com/jbcom/get-bashed/commit/9a4fe0ae7c4ef5c694661a6b10f42106ae61faf3)) + ## [Unreleased] ### ⚠️ BREAKING CHANGES