sase-github 0.1.3__tar.gz → 0.1.4__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.3 → sase_github-0.1.4}/.github/workflows/ci.yml +1 -1
- {sase_github-0.1.3 → sase_github-0.1.4}/.github/workflows/publish.yml +1 -1
- sase_github-0.1.4/.release-please-manifest.json +3 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/CHANGELOG.md +7 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/PKG-INFO +2 -2
- {sase_github-0.1.3 → sase_github-0.1.4}/pyproject.toml +2 -2
- sase_github-0.1.3/.release-please-manifest.json +0 -3
- {sase_github-0.1.3 → sase_github-0.1.4}/.github/workflows/pr-title.yml +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/.sase_beads/beads.db +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/.sase_beads/config.json +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/.sase_beads/issues.jsonl +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/CLAUDE.md +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/Justfile +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/LICENSE +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/README.md +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/docs/architecture.md +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/docs/configuration.md +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/docs/xprompts.md +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/release-please-config.json +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/__init__.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/config.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/default_config.yml +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/plugin.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/scripts/__init__.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/scripts/gh_setup.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/workspace_plugin.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/gh.yml +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/pr_diff.yml +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/prdd.yml +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/tests/__init__.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/tests/test_github_plugin.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/tests/test_submit_with_recorded_pr.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/tests/test_workspace_plugin.py +0 -0
- {sase_github-0.1.3 → sase_github-0.1.4}/uv.lock +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.4](https://github.com/sase-org/sase-github/compare/v0.1.3...v0.1.4) (2026-06-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* require current sase package ([61c3e34](https://github.com/sase-org/sase-github/commit/61c3e345c6832c9575694951e1337ef4f3c24aaf))
|
|
9
|
+
|
|
3
10
|
## [0.1.3](https://github.com/sase-org/sase-github/compare/v0.1.2...v0.1.3) (2026-06-29)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sase-github
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: GitHub VCS plugin for sase
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Requires-Python: >=3.12
|
|
8
|
-
Requires-Dist: sase>=0.
|
|
8
|
+
Requires-Dist: sase>=0.6.0
|
|
9
9
|
Provides-Extra: dev
|
|
10
10
|
Requires-Dist: mypy; extra == 'dev'
|
|
11
11
|
Requires-Dist: pytest; extra == 'dev'
|
|
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sase-github"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.4"
|
|
8
8
|
description = "GitHub VCS plugin for sase"
|
|
9
9
|
requires-python = ">=3.12"
|
|
10
10
|
license = "MIT"
|
|
11
|
-
dependencies = ["sase>=0.
|
|
11
|
+
dependencies = ["sase>=0.6.0"]
|
|
12
12
|
|
|
13
13
|
[project.optional-dependencies]
|
|
14
14
|
dev = [
|
|
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
|