diff --git a/CHANGELOG.md b/CHANGELOG.md index c5471aa..5b770e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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. -## [Unreleased] +## [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)) ## [0.1.2] @@ -20,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 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": {