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
5 changes: 5 additions & 0 deletions .changeset/flat-grumpy-trogon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"changeset": patch
---

bump version
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 browserbase
Copyright (c) 2025 the-roaring

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Changelogs are generated with PR and commit metadata:

```bash
# Clone the repository
git clone https://github.com/browserbase/pychangeset.git
git clone https://github.com/the-roaring/pychangeset.git
cd pychangeset

# Install with uv
Expand Down
2 changes: 1 addition & 1 deletion changeset/changeset.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def init_changesets():

## More info

See https://github.com/browserbase/pychangeset for more information.
See https://github.com/the-roaring/pychangeset for more information.
"""

with open(readme_path, "w") as f:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ email = "knight@purelymail.com"
text = "MIT"

[project.urls]
Homepage = "https://github.com/browserbase/pychangeset"
Repository = "https://github.com/browserbase/pychangeset"
Issues = "https://github.com/browserbase/pychangeset/issues"
Homepage = "https://github.com/the-roaring/pychangeset"
Repository = "https://github.com/the-roaring/pychangeset"
Issues = "https://github.com/the-roaring/pychangeset/issues"

[project.scripts]
changeset = "changeset.__main__:main"
Expand Down
Loading