diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 504f248..5bd4b0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,13 +55,3 @@ like `A.B.C.D`. * `C` is the *minor* version number. A bump indicates a non-breaking change. * `D` is the *patch* version number. A bump indicates a small, non-breaking patch. - -To prevent accidental breakage for downstream packages, `fs-api` and `fs-sim` -should be released in lockstep with respect to major version bumps. This means -that a major version bump for `fs-api` should result in a major version bump for -`fs-sim`, and vice versa. `fs-api` and `fs-sim` can be released invidivually -when only minor or patch version numbers are bumped. Preferably, `fs-sim-x.y.*` -should have a caret bound on `fs-api-x.y.*`, i.e., `^>= fs-api-x.y` - -NOTE: before `fs-sim-0.3.*` and `fs-api-0.3.*`, both packages were not released -in lockstep. \ No newline at end of file diff --git a/fs-sim/CHANGELOG.md b/fs-sim/CHANGELOG.md index 321de65..753b4ef 100644 --- a/fs-sim/CHANGELOG.md +++ b/fs-sim/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for fs-sim -## 0.2.1.0 -- 2023-06-02 +## 0.2.1.0 -- 2023-08-01 ### Non-breaking