Skip to content

🚀 Release packages #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2025
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
5 changes: 0 additions & 5 deletions .changeset/ambitious-griffin-of-aurora.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/electric-stallion-of-nirvana.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lynx-of-great-economy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purring-albatross-of-defiance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unnatural-robust-tortoise.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# changeset

## 0.2.0

### Minor Changes

[`00129c2`](https://github.com/browserbase/pychangeset/commit/00129c2) - implemented all the basic subcommands

### Patch Changes

[`00129c2`](https://github.com/browserbase/pychangeset/commit/00129c2) - update readme
[`00129c2`](https://github.com/browserbase/pychangeset/commit/00129c2) - ruff fix and ruff format
[`00129c2`](https://github.com/browserbase/pychangeset/commit/00129c2) - bump python version to 3.13
[`00129c2`](https://github.com/browserbase/pychangeset/commit/00129c2) - this patch change is to test out the PR updating workflow

9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "changeset"
version = "0.1.0"
version = "0.2.0"
description = "Changeset management tool for Python projects"
readme = "README.md"
keywords = [ "changeset", "versioning", "changelog", "release",]
Expand All @@ -30,12 +30,7 @@ pychangeset-version = "changeset.version:main"
pychangeset-changelog = "changeset.changelog:main"

[tool.uv]
dev-dependencies = [
"ruff>=0.1.0",
"pytest>=7.0",
"pytest-cov>=4.0",
"pytest-mock>=3.0",
]
dev-dependencies = [ "ruff>=0.1.0", "pytest>=7.0", "pytest-cov>=4.0", "pytest-mock>=3.0",]

[tool.hatch.build.targets.wheel]
packages = [ "changeset",]
Loading