You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ int main() {
44
44
TooManyCooks will work out of the box as a header-only library without any configuration.
45
45
However, some performance tuning options are available. See the documentation section [Build-Time Options](https://fleetcode.com/oss/tmc/docs/v0.1.0/build_flags.html) for more info.
46
46
47
+
### Release Strategy
48
+
Stable / LTS releases offer a stable API and continue to receive bugfixes for an extended period of time. The latest LTS release is [v1.0.0](https://github.com/tzcnt/TooManyCooks/releases/tag/v1.0.0).
49
+
50
+
Unstable releases get the latest and greatest performance and feature enhancements. The next unstable release will be v1.1.0.
51
+
47
52
### Roadmap
48
53
See the [issues tagged "enhancement"](https://github.com/tzcnt/TooManyCooks/issues?q=is%3Aissue%20state%3Aopen%20label%3Aenhancement) for future planned work. Please leave a :thumbsup: on any issues that are important to you. I will use this as a way to gauge community interest on what should be developed next.
0 commit comments