diff options
author | Lars Wirzenius <liw@liw.fi> | 2023-08-30 18:14:56 +0300 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2023-08-30 18:15:12 +0300 |
commit | bc391be3bb7338a8878300c9950c5d848c37a20a (patch) | |
tree | 6f580f53fb7a7c9fada5eac69fc45b238f88dd81 | |
parent | d2fb9f0c713c977cf903d03eacf2d5f417b5c51d (diff) | |
download | subplot.liw.fi-main.tar.gz |
I chose to not put the full date in the URL path, to keep it shorter.
Sponsored-by: author
-rw-r--r-- | blog/2023/0.9.0.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/blog/2023/0.9.0.mdwn b/blog/2023/0.9.0.mdwn new file mode 100644 index 0000000..df8c358 --- /dev/null +++ b/blog/2023/0.9.0.mdwn @@ -0,0 +1,19 @@ +[[!tag announcement]] +[[!meta date="2023-08-30 18:10:00 +0300"]] +[[!meta title="Subplot 0.9.0 released"]] + +[Subplot]: https://subplot.tech/ +[NEWS.md]: https://gitlab.com/subplot/subplot/-/blob/main/NEWS.md?ref_type=heads + +The [Subplot][] project announces the 0.9.0 release of the tool for +documenting acceptance criteria and verifying them automatically. See +below for a summary of changes in this release, and [NEWS.md][] in the +git repository for release notes for all releases. + +# Version 0.9.0, released 2023-08-27 + +- We hope this will be the last breaking change before 1.0, however we + are not ruling out future breaks if they are justified to improve + usability or capability before an official 1.0 release +- We now pass a lot more meta-information about step location to the + templates for building test suites. |