Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Comment on lines +17 to +19

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Include the hardening overhaul in the release metadata

When this release commit lands on main, the v0.2.0...v0.2.1 range also contains 18f3cc5, a 126-file overhaul that adds the public bootstrap and package-release surfaces and changes runtime behavior such as refusing to source non-owner-only secret files. This section lists only the subsequent one-line SHA-pin fix, so users upgrading to v0.2.1 cannot discover those consequential changes; include the hardening changes in the release notes and classify the version bump accordingly before publishing.

AGENTS.md reference: AGENTS.md:L37-L39

Useful? React with 馃憤聽/ 馃憥.


## [Unreleased]

### 鈿狅笍 BREAKING CHANGES
Expand Down
Loading