Skip to content

Commit 758f699

Browse files
committed
remove versions from recap
1 parent ac1c0be commit 758f699

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

packages/varlock-website/src/content/blog/february-2026-recap.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,23 @@ authors:
77
- name: "Varlock Team"
88
---
99

10-
February was a big month: we shipped varlock 0.2.0 with lots of improvements, launched four new secret manager plugins, and announced our participation in the [GitHub Secure Open Source Fund](https://varlock.dev/blog/github-secure-open-source-fund).
10+
February was a big month: we shipped lots of core improvements, launched four new secret manager plugins, and announced our participation in the [GitHub Secure Open Source Fund](https://varlock.dev/blog/github-secure-open-source-fund).
1111

12-
## Major Release: varlock@0.2.0
12+
## Core Improvements
1313

14-
**[`varlock@0.2.0`](https://github.com/dmno-dev/varlock/releases/tag/varlock%400.2.0)** introduced several core improvements:
14+
These features are all available in [`varlock@0.2.3`](https://github.com/dmno-dev/varlock/releases/tag/varlock%400.2.3):
1515

1616
- **Multi-line function calls** — Both decorators and item values now support multi-line syntax, making complex configs easier to read and maintain.
1717
- **Conditional `@import`** — The `enabled` parameter lets you conditionally load env files (e.g. by environment or feature flags).
1818
- **`@public` decorator** — New counterpart to `@sensitive` for explicitly marking values as safe to log or expose.
19-
- **`--compact` flag** — For `varlock load`, outputs a compact format suitable for scripts and CI.
20-
- **Import from `~`** — You can now reference home directory paths in imports.
21-
- **`allowMissing` on `@import`** — Lets imports optionally succeed when the target file doesn't exist.
19+
- **`--path` / `-p`** — For `load` and `run`, specify a `.env` file or directory as the entry point.
20+
- **`--compact`** — For `varlock load`, outputs a compact format suitable for scripts and CI.
21+
- **`--no-redact-stdout`** — For `varlock run`, allows unredacted output when needed (e.g. interactive tools).
22+
- **Import from `~`** — Reference home directory paths in imports.
23+
- **`allowMissing` on `@import`** — Imports optionally succeed when the target file doesn't exist.
2224
- **Package manager detection** — Better handling when multiple lockfiles (e.g. npm + Bun) are present; no more crashes in monorepos.
2325
- **Improved CLI help** — All commands now have clearer examples and usage guidance.
2426

25-
## Other Releases
26-
27-
- **[`varlock@0.2.1`](https://github.com/dmno-dev/varlock/releases/tag/varlock%400.2.1)**: Added `--path` / `-p` to `load` and `run` so you can specify a `.env` file or directory as the entry point.
28-
- **[`varlock@0.1.6`](https://github.com/dmno-dev/varlock/releases/tag/varlock%400.1.6)**: Added `--no-redact-stdout` flag to `varlock run` for cases where you need unredacted output (e.g., running Claude interactively).
29-
3027
## New Secret Manager Plugins
3128

3229
We launched four new plugins, broadening support for popular secret managers:

0 commit comments

Comments
 (0)