Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

[//]: # (towncrier release notes start)

## 0.10.0 (2026-08-11) {: #0.10.0 }

#### Features {: #0.10.0-feature }

- Added Role-Based Access Control (RBAC) to all npm viewsets and the npm publish API.
Users can now be assigned creator, owner, or viewer roles on repositories, remotes,
and distributions. The npm publish endpoint requires ``modify_npmrepository``
permission on the backing repository.
[#387](https://github.com/pulp/pulp_npm/issues/387)

---

## 0.9.0 (2026-07-23) {: #0.9.0 }

#### Features {: #0.9.0-feature }
Expand Down