mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
add upcoming release to website, and rotate apidiff
This commit is contained in:
parent
5699686870
commit
bd842d3ff5
3 changed files with 47 additions and 46 deletions
|
@ -1,43 +0,0 @@
|
|||
Below are the incompatible changes between v0.0.11 and next, per package.
|
||||
|
||||
# dane
|
||||
|
||||
# dmarc
|
||||
|
||||
# dmarcrpt
|
||||
|
||||
# dns
|
||||
|
||||
# dnsbl
|
||||
|
||||
# iprev
|
||||
|
||||
# message
|
||||
- (*HeaderWriter).AddWrap: changed from func([]byte) to func([]byte, bool)
|
||||
|
||||
# mtasts
|
||||
|
||||
# publicsuffix
|
||||
|
||||
# ratelimit
|
||||
|
||||
# sasl
|
||||
|
||||
# scram
|
||||
|
||||
# smtp
|
||||
|
||||
# smtpclient
|
||||
|
||||
# spf
|
||||
|
||||
# subjectpass
|
||||
|
||||
# tlsrpt
|
||||
|
||||
# updates
|
||||
|
||||
# webapi
|
||||
|
||||
# webhook
|
||||
|
43
apidiff/v0.0.12.txt
Normal file
43
apidiff/v0.0.12.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
Below are the incompatible changes between v0.0.11 and next, per package.
|
||||
|
||||
# dane
|
||||
|
||||
# dmarc
|
||||
|
||||
# dmarcrpt
|
||||
|
||||
# dns
|
||||
|
||||
# dnsbl
|
||||
|
||||
# iprev
|
||||
|
||||
# message
|
||||
- (*HeaderWriter).AddWrap: changed from func([]byte) to func([]byte, bool)
|
||||
|
||||
# mtasts
|
||||
|
||||
# publicsuffix
|
||||
|
||||
# ratelimit
|
||||
|
||||
# sasl
|
||||
|
||||
# scram
|
||||
|
||||
# smtp
|
||||
|
||||
# smtpclient
|
||||
|
||||
# spf
|
||||
|
||||
# subjectpass
|
||||
|
||||
# tlsrpt
|
||||
|
||||
# updates
|
||||
|
||||
# webapi
|
||||
|
||||
# webhook
|
||||
|
|
@ -27,14 +27,15 @@ See [Features](features/) for the details, including roadmap.
|
|||
|
||||
## Latest release
|
||||
|
||||
The latest release is v0.0.11, released on 2024-04-30, see [release
|
||||
notes](https://github.com/mjl-/mox/releases/tag/v0.0.11), [download
|
||||
binaries](https://beta.gobuilds.org/github.com/mjl-/mox@v0.0.11/linux-amd64-latest/),
|
||||
The latest release is v0.0.12, released on 2024-10-06, see [release
|
||||
notes](https://github.com/mjl-/mox/releases/tag/v0.0.12), [download
|
||||
binaries](https://beta.gobuilds.org/github.com/mjl-/mox@v0.0.12/linux-amd64-latest/),
|
||||
or see [all releases](https://github.com/mjl-/mox/releases).
|
||||
|
||||
|
||||
## News
|
||||
|
||||
- 2024-10-06, [v0.0.12](https://github.com/mjl-/mox/releases/tag/v0.0.12) released
|
||||
- 2024-04-30, [v0.0.11](https://github.com/mjl-/mox/releases/tag/v0.0.11) released
|
||||
- 2024-03-09, [v0.0.10](https://github.com/mjl-/mox/releases/tag/v0.0.10) released
|
||||
- 2024-01-09, [v0.0.9](https://github.com/mjl-/mox/releases/tag/v0.0.9) released
|
||||
|
|
Loading…
Reference in a new issue