From d065f1855702b7997eec727091b3e51919dce389 Mon Sep 17 00:00:00 2001 From: Jon Bogaty Date: Mon, 27 Jul 2026 08:26:07 -0500 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f536e..0ee2c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ 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.3.0](https://github.com/jbcom/get-bashed/compare/v0.2.1...v0.3.0) (2026-07-27) + + +### Features + +* comprehensive codebase refinement for security, performance, and robustness ([#10](https://github.com/jbcom/get-bashed/issues/10)) ([98d6fec](https://github.com/jbcom/get-bashed/commit/98d6fecd24dffab963b9bc71a80400d076843adc)) +* **installer:** add legacy migration and prevent recursive loops ([#12](https://github.com/jbcom/get-bashed/issues/12)) ([3190d63](https://github.com/jbcom/get-bashed/commit/3190d633137f998b3154ba4c8a3deff1c2238325)) + + +### 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)) + ## [0.2.1](https://github.com/jbcom/get-bashed/compare/v0.2.0...v0.2.1) (2026-07-27)