Skip to content

Commit b0ce74a

Browse files
committed
Release v0.2.0
1 parent 1a1e40c commit b0ce74a

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- loosely based on https://keepachangelog.com/en/1.0.0/ -->
44

5-
## 0.2.0 - Unreleased
5+
## 0.2.0 - 2026-05-07
66

77
### Added
88

@@ -29,8 +29,6 @@
2929
- Grouping detail pages (surfaces, teams) with spaces, parentheses, or other URL-unsafe characters in their names now produce sanitized filenames instead of raw values, fixing 404s on static file servers.
3030
- The pnpm and aube providers now work on single-package repos (no `pnpm-workspace.yaml`). Previously they unconditionally used `-r list` which could produce malformed output or error outside a workspace.
3131

32-
### Removed
33-
3432
## 0.1.10 - 2026-04-22
3533

3634
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dependicus",
3-
"version": "0.2.0-rc.5",
3+
"version": "0.2.0",
44
"description": "Dependency governance for monorepos: pnpm, bun, yarn, npm, aube, mise, uv, Go, and Rust",
55
"keywords": [
66
"audit",

0 commit comments

Comments
 (0)