Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tmp/
*.spec
venv*/
.vscode/
keys.env
encrypted.env
baketest.env
out.env
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [0.9.5] - 2026-01-09

### Added
- support --quiet in envstack shell
- adds make.bat file, smoke test on windows, disable fail-fast tests

### Changed
- updates to envstack banner for exit hints
- only support CAPITALIZED drive letters on windows to avoid path splitting issue
- disable lowercase drive letter tests
- minor updates to cache env file

### Fixed
- fixes for windows: cmd wrapper, argv expansion
- skip cmd tests if not on linux
27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.2.0
message: "If you use envstack in your work, please cite it as below."
type: software

title: "envstack"
abstract: "Environment variable composition layer for tools and processes."
license: "BSD-3-Clause"

authors:
- family-names: "Galloway"
given-names: "Ryan"
email: "ryan@rsgalloway.com"

repository-code: "http://github.com/rsgalloway/envstack"
url: "http://github.com/rsgalloway/envstack"

keywords:
- environment
- env
- dotenv
- configuration
- environment-variables
- cli
- devops
- pipeline
- vfx
- tooling
Loading