Skip to content

Commit de4f7a4

Browse files
authored
Prepare v0.7.2 release (#54)
1 parent f60019f commit de4f7a4

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
11
# opensrc
22

3-
## 0.7.1
3+
## 0.7.2
44

55
<!-- release:start -->
66
### New Features
77

8+
- **`opensrc fetch` subcommand** — Cache a package's source without printing paths, for use in scripts and CI where you just want the source downloaded (#53)
9+
- **Bitbucket Cloud support** — Fetch source from Bitbucket repos, with private repo authentication via `BITBUCKET_TOKEN` (#52)
10+
- **Authentication docs** — New docs page covering private repo authentication across GitHub, GitLab, and Bitbucket (#52)
11+
12+
### Improvements
13+
14+
- **Lockfile parsers** — Rewrite lockfile parsers with proper transitive dependency resolution for pnpm workspaces (#51)
15+
- **Skills location** — Move agent skill to a top-level `skills/` directory for easier discovery (#46)
16+
- **Docs favicon** — Add favicon to the docs site (#50)
17+
18+
### Contributors
19+
20+
- @ctate
21+
<!-- release:end -->
22+
23+
## 0.7.1
24+
25+
### New Features
26+
827
- **Private repo support** — Authenticate with GitHub and GitLab private repos via `GITHUB_TOKEN` and `GITLAB_TOKEN` environment variables (#38)
928

1029
### Bug Fixes
1130

1231
- **`remove` command** — Accept the same repo formats as `fetch` (e.g. `github:owner/repo`, full URLs) instead of only `owner/repo` (#39)
13-
<!-- release:end -->
1432

1533
## 0.7.0
1634

packages/opensrc/cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opensrc/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opensrc"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
description = "Fetch source code for packages to give coding agents deeper context"
66
license = "Apache-2.0"

packages/opensrc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensrc",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Fetch source code for packages to give coding agents deeper context",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)