Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Apr 6, 2024
1 parent a655ad9 commit 33cd739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Now, running `asdf sync` will ensure these plugins are installed.

## Version Constraint Interpretation

asdf is great, but there is no native format for intelligent version constraints.
Version constraints can be a powerful mechanism to enable automatic updates while
preventing breaking changes. If a program is versioned in accordance with
asdf is great, but there is no native syntax for version constraints, which can
be a powerful mechanism to enable automatic updates while preventing breaking
changes. If a program is versioned in accordance with
[Semantic Versioning](https://semver.org), it should be safe to simply follow
updates within the same major version, as SemVer specifies that breaking changes
require a major version increment.
Expand Down

0 comments on commit 33cd739

Please sign in to comment.