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.
Files changed (36) hide show
  1. {sase_github-0.1.3 → sase_github-0.1.4}/.github/workflows/ci.yml +1 -1
  2. {sase_github-0.1.3 → sase_github-0.1.4}/.github/workflows/publish.yml +1 -1
  3. sase_github-0.1.4/.release-please-manifest.json +3 -0
  4. {sase_github-0.1.3 → sase_github-0.1.4}/CHANGELOG.md +7 -0
  5. {sase_github-0.1.3 → sase_github-0.1.4}/PKG-INFO +2 -2
  6. {sase_github-0.1.3 → sase_github-0.1.4}/pyproject.toml +2 -2
  7. sase_github-0.1.3/.release-please-manifest.json +0 -3
  8. {sase_github-0.1.3 → sase_github-0.1.4}/.github/workflows/pr-title.yml +0 -0
  9. {sase_github-0.1.3 → sase_github-0.1.4}/.sase_beads/beads.db +0 -0
  10. {sase_github-0.1.3 → sase_github-0.1.4}/.sase_beads/config.json +0 -0
  11. {sase_github-0.1.3 → sase_github-0.1.4}/.sase_beads/issues.jsonl +0 -0
  12. {sase_github-0.1.3 → sase_github-0.1.4}/CLAUDE.md +0 -0
  13. {sase_github-0.1.3 → sase_github-0.1.4}/Justfile +0 -0
  14. {sase_github-0.1.3 → sase_github-0.1.4}/LICENSE +0 -0
  15. {sase_github-0.1.3 → sase_github-0.1.4}/README.md +0 -0
  16. {sase_github-0.1.3 → sase_github-0.1.4}/docs/architecture.md +0 -0
  17. {sase_github-0.1.3 → sase_github-0.1.4}/docs/configuration.md +0 -0
  18. {sase_github-0.1.3 → sase_github-0.1.4}/docs/xprompts.md +0 -0
  19. {sase_github-0.1.3 → sase_github-0.1.4}/release-please-config.json +0 -0
  20. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/__init__.py +0 -0
  21. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/config.py +0 -0
  22. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/default_config.yml +0 -0
  23. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/plugin.py +0 -0
  24. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/scripts/__init__.py +0 -0
  25. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/scripts/gh_setup.py +0 -0
  26. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
  27. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/workspace_plugin.py +0 -0
  28. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/gh.yml +0 -0
  29. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
  30. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/pr_diff.yml +0 -0
  31. {sase_github-0.1.3 → sase_github-0.1.4}/src/sase_github/xprompts/prdd.yml +0 -0
  32. {sase_github-0.1.3 → sase_github-0.1.4}/tests/__init__.py +0 -0
  33. {sase_github-0.1.3 → sase_github-0.1.4}/tests/test_github_plugin.py +0 -0
  34. {sase_github-0.1.3 → sase_github-0.1.4}/tests/test_submit_with_recorded_pr.py +0 -0
  35. {sase_github-0.1.3 → sase_github-0.1.4}/tests/test_workspace_plugin.py +0 -0
  36. {sase_github-0.1.3 → sase_github-0.1.4}/uv.lock +0 -0
@@ -10,7 +10,7 @@ permissions:
10
10
  contents: read
11
11
 
12
12
  env:
13
- SASE_CORE_REF: v0.1.3
13
+ SASE_CORE_REF: master
14
14
  SASE_CORE_PATH: .ci/sase
15
15
 
16
16
  jobs:
@@ -12,7 +12,7 @@ on:
12
12
  default: false
13
13
 
14
14
  env:
15
- SASE_CORE_REF: v0.1.3
15
+ SASE_CORE_REF: master
16
16
  SASE_CORE_PATH: .ci/sase
17
17
 
18
18
  jobs:
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.4"
3
+ }
@@ -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
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.1.3
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.3"
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.1.3"]
11
+ dependencies = ["sase>=0.6.0"]
12
12
 
13
13
  [project.optional-dependencies]
14
14
  dev = [
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.3"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes