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.
- sase_github-0.1.2/.release-please-manifest.json +3 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/CHANGELOG.md +13 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/PKG-INFO +1 -1
- {sase_github-0.1.1 → sase_github-0.1.2}/README.md +1 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/pyproject.toml +1 -1
- sase_github-0.1.1/.release-please-manifest.json +0 -3
- {sase_github-0.1.1 → sase_github-0.1.2}/.github/workflows/ci.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/.github/workflows/pr-title.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/.github/workflows/publish.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/.sase_beads/beads.db +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/.sase_beads/config.json +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/.sase_beads/issues.jsonl +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/CLAUDE.md +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/Justfile +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/LICENSE +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/docs/architecture.md +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/docs/configuration.md +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/docs/xprompts.md +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/release-please-config.json +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/__init__.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/config.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/default_config.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/plugin.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/scripts/__init__.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/scripts/gh_setup.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/workspace_plugin.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/gh.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/pr_diff.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/src/sase_github/xprompts/prdd.yml +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/tests/__init__.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/tests/test_github_plugin.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/tests/test_submit_with_recorded_pr.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/tests/test_workspace_plugin.py +0 -0
- {sase_github-0.1.1 → sase_github-0.1.2}/uv.lock +0 -0
|
@@ -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,5 +1,6 @@
|
|
|
1
1
|
# sase-github — GitHub VCS Plugin for sase
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/sase-github/)
|
|
3
4
|
[](https://github.com/astral-sh/ruff)
|
|
4
5
|
[](https://mypy-lang.org/)
|
|
5
6
|
[](https://docs.pytest.org/)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|