sase-github 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. sase_github-0.1.2/.release-please-manifest.json +3 -0
  2. {sase_github-0.1.1 → sase_github-0.1.2}/CHANGELOG.md +13 -0
  3. {sase_github-0.1.1 → sase_github-0.1.2}/PKG-INFO +1 -1
  4. {sase_github-0.1.1 → sase_github-0.1.2}/README.md +1 -0
  5. {sase_github-0.1.1 → sase_github-0.1.2}/pyproject.toml +1 -1
  6. sase_github-0.1.1/.release-please-manifest.json +0 -3
  7. {sase_github-0.1.1 → sase_github-0.1.2}/.github/workflows/ci.yml +0 -0
  8. {sase_github-0.1.1 → sase_github-0.1.2}/.github/workflows/pr-title.yml +0 -0
  9. {sase_github-0.1.1 → sase_github-0.1.2}/.github/workflows/publish.yml +0 -0
  10. {sase_github-0.1.1 → sase_github-0.1.2}/.sase_beads/beads.db +0 -0
  11. {sase_github-0.1.1 → sase_github-0.1.2}/.sase_beads/config.json +0 -0
  12. {sase_github-0.1.1 → sase_github-0.1.2}/.sase_beads/issues.jsonl +0 -0
  13. {sase_github-0.1.1 → sase_github-0.1.2}/CLAUDE.md +0 -0
  14. {sase_github-0.1.1 → sase_github-0.1.2}/Justfile +0 -0
  15. {sase_github-0.1.1 → sase_github-0.1.2}/LICENSE +0 -0
  16. {sase_github-0.1.1 → sase_github-0.1.2}/docs/architecture.md +0 -0
  17. {sase_github-0.1.1 → sase_github-0.1.2}/docs/configuration.md +0 -0
  18. {sase_github-0.1.1 → sase_github-0.1.2}/docs/xprompts.md +0 -0
  19. {sase_github-0.1.1 → sase_github-0.1.2}/release-please-config.json +0 -0
  20. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/__init__.py +0 -0
  21. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/config.py +0 -0
  22. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/default_config.yml +0 -0
  23. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/plugin.py +0 -0
  24. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/scripts/__init__.py +0 -0
  25. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/scripts/gh_setup.py +0 -0
  26. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
  27. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/workspace_plugin.py +0 -0
  28. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/gh.yml +0 -0
  29. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
  30. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/pr_diff.yml +0 -0
  31. {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/prdd.yml +0 -0
  32. {sase_github-0.1.1 → sase_github-0.1.2}/tests/__init__.py +0 -0
  33. {sase_github-0.1.1 → sase_github-0.1.2}/tests/test_github_plugin.py +0 -0
  34. {sase_github-0.1.1 → sase_github-0.1.2}/tests/test_submit_with_recorded_pr.py +0 -0
  35. {sase_github-0.1.1 → sase_github-0.1.2}/tests/test_workspace_plugin.py +0 -0
  36. {sase_github-0.1.1 → sase_github-0.1.2}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.2"
3
+ }
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2](https://github.com/sase-org/sase-github/compare/v0.1.1...v0.1.2) (2026-06-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * restore sase-github PyPI publish workflow ([077e91a](https://github.com/sase-org/sase-github/commit/077e91a57e836856d1e263cdc348cf3761516b4c))
9
+ * use trusted publisher workflow path ([6a9fea0](https://github.com/sase-org/sase-github/commit/6a9fea00701428903f086ac871ac6c103521ae1d))
10
+
11
+
12
+ ### Documentation
13
+
14
+ * add PyPI version badge ([58f0145](https://github.com/sase-org/sase-github/commit/58f014514664d6c8402b04bbaea37e0402099312))
15
+
3
16
  ## 0.1.1 (2026-06-09)
4
17
 
5
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sase-github
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: GitHub VCS plugin for sase
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -1,5 +1,6 @@
1
1
  # sase-github — GitHub VCS Plugin for sase
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/sase-github?logo=pypi&logoColor=white)](https://pypi.org/project/sase-github/)
3
4
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
4
5
  [![mypy](https://img.shields.io/badge/type_checker-mypy-blue.svg)](https://mypy-lang.org/)
5
6
  [![pytest](https://img.shields.io/badge/tests-pytest-blue.svg)](https://docs.pytest.org/)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sase-github"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "GitHub VCS plugin for sase"
9
9
  requires-python = ">=3.12"
10
10
  license = "MIT"
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.1"
3
- }
File without changes
File without changes
File without changes
File without changes