From e04fc2ca4307ba339203ec494c1e24b60c3c437e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:51:00 +0000 Subject: [PATCH 1/2] chore(main): release 0.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5471aa..cf6115d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "hatch" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.2.0](https://github.com/pypa/hatch-code/compare/v0.1.2...v0.2.0) (2026-05-29) + + +### Features + +* add command to get env interpreter path ([#191](https://github.com/pypa/hatch-code/issues/191)) ([833a99a](https://github.com/pypa/hatch-code/commit/833a99aa6eb4b2a54aeee6734d3c133901806b44)) + ## [Unreleased] ## [0.1.2] diff --git a/package.json b/package.json index b7e413a..b1ddda9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hatch", "displayName": "Hatch", "description": "Manage Hatch environments", - "version": "0.1.2", + "version": "0.2.0", "license": "GPL-3.0", "type": "module", "engines": { From 16a8d205885b085b686c809490f3088d6da4ae57 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 29 May 2026 13:58:54 +0200 Subject: [PATCH 2/2] =?UTF-8?q?remove=20=E2=80=9Cunreleased=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unreleased section and updated version links. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6115d..5b770e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [0.2.0](https://github.com/pypa/hatch-code/compare/v0.1.2...v0.2.0) (2026-05-29) - ### Features * add command to get env interpreter path ([#191](https://github.com/pypa/hatch-code/issues/191)) ([833a99a](https://github.com/pypa/hatch-code/commit/833a99aa6eb4b2a54aeee6734d3c133901806b44)) -## [Unreleased] - ## [0.1.2] - [#140] tests: add real tests (@flying-sheep) @@ -27,7 +24,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Beta release -[Unreleased]: https://github.com/hatch-code/releases/compare/v1.1.2...HEAD [0.1.2]: https://github.com/pypa/hatch-code/releases/tag/v0.1.2 [0.1.1]: https://github.com/pypa/hatch-code/releases/tag/v0.1.1 [0.1.0]: https://github.com/pypa/hatch-code/releases/tag/v0.1.0