Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
denobot 2023-03-16 12:44:28 +09:00 committed by GitHub
parent 4685dc1b4d
commit 847720dd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
### 0.180.0 / 2023.03.16
- BREAKING(csv): move `encoding/csv` to own top-level folder and towards
single-export files (#3228)
- BREAKING(front_matter): move to top-level folder (#3252)
- BREAKING(json): move to top-level folder and towards single-export files
(#3236)
- BREAKING(jsonc): move to top-level folder and single-export files (#3243)
- BREAKING(toml): move to top-level folder and towards single-export files
(#3241)
- BREAKING(yaml): move to top-level folder (#3251)
- feat(http): add http/server_sent_event (#3239)
### 0.179.0 / 2023.03.10
- BREAKING(encoding/varint): deprecate Wasm implementation in favour of native

View File

@ -5,4 +5,4 @@
* the cli's API is stable. In the future when std becomes stable, likely we
* will match versions with cli as we have in the past.
*/
export const VERSION = "0.179.0";
export const VERSION = "0.180.0";