Skip to content

Commit 0de1aa4

Browse files
Version packages and update changelogs
1 parent 518dd8f commit 0de1aa4

8 files changed

+32
-32
lines changed

.changeset/ambitious-griffin-of-aurora.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/electric-stallion-of-nirvana.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lynx-of-great-economy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purring-albatross-of-defiance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unnatural-robust-tortoise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# changeset
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - implemented all the basic subcommands
8+
9+
### Patch Changes
10+
11+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - update readme
12+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - ruff fix and ruff format
13+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - bump python version to 3.13
14+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - this patch change is to test out the PR updating workflow
15+

pr-description.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Releases
2+
3+
## changeset@0.2.0
4+
5+
6+
### Minor Changes
7+
8+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - implemented all the basic subcommands
9+
10+
### Patch Changes
11+
12+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - update readme
13+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - ruff fix and ruff format
14+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - bump python version to 3.13
15+
[`518dd8f`](https://github.com/browserbase/pychangeset/commit/518dd8f) - this patch change is to test out the PR updating workflow

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "changeset"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Changeset management tool for Python projects"
99
readme = "README.md"
1010
keywords = [ "changeset", "versioning", "changelog", "release",]
@@ -30,12 +30,7 @@ pychangeset-version = "changeset.version:main"
3030
pychangeset-changelog = "changeset.changelog:main"
3131

3232
[tool.uv]
33-
dev-dependencies = [
34-
"ruff>=0.1.0",
35-
"pytest>=7.0",
36-
"pytest-cov>=4.0",
37-
"pytest-mock>=3.0",
38-
]
33+
dev-dependencies = [ "ruff>=0.1.0", "pytest>=7.0", "pytest-cov>=4.0", "pytest-mock>=3.0",]
3934

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

0 commit comments

Comments
 (0)