chore: prepare release v1.1.1
Release / release (push) Failing after 15s
Test / vet (push) Successful in 52s
Test / test (push) Failing after 16s
Test / toml-test (push) Successful in 44s

This commit is contained in:
2026-07-26 18:37:36 +02:00
parent eac3a60e9e
commit 818d863827
7 changed files with 34 additions and 23 deletions
+11
View File
@@ -5,6 +5,13 @@ All notable changes to **interpres** are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.1] — 2026-07-26
### Changed
- **Project**
- Migrate from Codeberg to sourcedock.dev (module path, imports, CI).
## [1.1.0] — 2026-06-26
Adds TOML emission to the previously read-only library, completing the
@@ -88,3 +95,7 @@ the standard library and passes the entire
JSON on stdout).
- A runnable example, a Go test suite, and a `just` task set (`install`, `run`,
`build`, `test`, `coverage`, `uninstall`).
[1.1.1]: https://sourcedock.dev/petrbalvin/interpres/releases/tag/v1.1.1
[1.1.0]: https://codeberg.org/petrbalvin/interpres/releases/tag/v1.1.0
[1.0.0]: https://codeberg.org/petrbalvin/interpres/releases/tag/v1.0.0