Skip to content

Commit 8916a76

Browse files
GeneAIclaude
authored andcommitted
release: Prepare v1.6.6 - Fix automated PyPI publishing
Version 1.6.6 Changes: - Fixed automated PyPI publishing workflow - Updated organization tag ruleset with user bypass permissions This release includes the automated release scripts added in v1.6.4 and ensures proper tag protection bypass for automated releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 54153b2 commit 8916a76

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Empathy Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.6] - 2025-11-21
9+
10+
### Fixed
11+
- Automated publishing to pypi
12+
813
## [1.6.4] - 2025-11-21
914

1015
### Changed

org-ruleset-tags.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"actor_id": 5,
2525
"actor_type": "RepositoryRole",
2626
"bypass_mode": "always"
27+
},
28+
{
29+
"actor_id": 223968481,
30+
"actor_type": "User",
31+
"bypass_mode": "always"
2732
}
2833
]
2934
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "1.6.4"
7+
version = "1.6.6"
88
description = "A five-level maturity model for AI-human collaboration with anticipatory empathy"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)