From 249e03f9f27ea29fe1f11a869cb5220477e29067 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 10 Sep 2023 17:18:09 -0400 Subject: [PATCH] caveat emptor --- docs/src/miller-as-library.md.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/miller-as-library.md.in b/docs/src/miller-as-library.md.in index b7051165b..f5bda1b00 100644 --- a/docs/src/miller-as-library.md.in +++ b/docs/src/miller-as-library.md.in @@ -3,6 +3,11 @@ Very initially and experimentally, as of Miller 6.9.1, Go developers will be able to access Miller source code --- moved from `internal/pkg/` to `pkg/` --- within their own Go projects. +Caveat emptor: Miller's backward-compatibility guarantees are at the CLI level; API is not guaranteed stable. +For this reason, please be careful with your version pins. + +I'm happy to discuss this new area further at the [discussions page](https://github.com/johnkerl/miller/discussions). + ## Setup ```