Skip to content

Commit 24bb400

Browse files
aayush3011Aayush Kataria
andauthored
UPdating changelog for release (#19)
Co-authored-by: Aayush Kataria <aayushkataria@Aayushs-MacBook-Pro-2.local>
1 parent 199ce46 commit 24bb400

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to `azure-cosmos-agent-memory` are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [PEP 440](https://peps.python.org/pep-0440/) versioning.
77

8-
## [0.1.0b1] — 2026-05-31
8+
## [0.1.0b1] — 2026-06-01
99

1010
Initial public preview release.
1111

Docs/RELEASING.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ Before cutting a release:
3939
## Cutting a release
4040

4141
1. **Bump the version** in `pyproject.toml`:
42-
```toml
43-
[project]
44-
version = "0.1.0b2"
45-
```
4642
2. **Update `CHANGELOG.md`** — add a new section with the version, the
4743
date, and a summary of changes. Move entries from the unreleased
4844
section if you keep one.
@@ -70,29 +66,6 @@ Before cutting a release:
7066
7. **Verify** on <https://pypi.org/project/azure-cosmos-agent-memory/>
7167
that the new version landed and the README + classifiers render.
7268

73-
## Trusted Publishing setup (one-time, per environment)
74-
75-
Trusted publishing replaces long-lived PyPI API tokens with short-lived
76-
OIDC tokens minted by GitHub Actions on each run. Configure once on both
77-
TestPyPI and PyPI:
78-
79-
- **TestPyPI**<https://test.pypi.org/manage/account/publishing/>
80-
- **PyPI**<https://pypi.org/manage/account/publishing/>
81-
82-
For each, register a pending publisher with:
83-
84-
| Field | Value |
85-
|------|-------|
86-
| PyPI project name | `azure-cosmos-agent-memory` |
87-
| Owner | `AzureCosmosDB` |
88-
| Repository | `AgentMemoryToolkit` |
89-
| Workflow filename | `release.yml` (for **both** TestPyPI and PyPI — the test-release job is invoked via `workflow_call` so PyPI sees the calling workflow's filename, not `_test_release.yml`) |
90-
| Environment name | _(leave blank)_ |
91-
92-
Until the first release is published, both registrations sit in the
93-
"pending publishers" state. They activate automatically on the first
94-
successful upload.
95-
9669
## Namespace package note
9770

9871
`azure-cosmos-agent-memory` installs files under `azure/cosmos/agent_memory/`.

0 commit comments

Comments
 (0)