-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5a2050
commit 3cf7b95
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Stability Promise | ||
|
||
With the release of version 1.0, denv features a strong | ||
commitment to backwards compatibility and stability. | ||
|
||
Future releases will not introduce backwards incompatible changes | ||
that make existing denv configurations (mostly represented by the `.denv/config` | ||
file whose specification is [in the manual](../manual/denv-config.md#files)) | ||
stop working, or break working invocations of the command-line interface. | ||
|
||
This does not, however, preclude fixing outright bugs, even if doing so might | ||
break denv configurations that rely on their behavior. | ||
|
||
There will never be a denv 2.0. | ||
Any desirable backwards-incompatible changes will be opt-in on a per-denv basis, | ||
so users may migrate at their leisure. | ||
|
||
--- | ||
Stability promise text copied heavily from | ||
[just](https://just.systems/man/en/chapter_9.html). |