mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.163.0 (#2855)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
b23cf6aac8
commit
541b1a17c6
15
Releases.md
15
Releases.md
@ -1,3 +1,18 @@
|
||||
### 0.163.0 / 2022.11.08
|
||||
|
||||
- chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850)
|
||||
- chore(semver): rename inc and diff (#2826)
|
||||
- docs(encoding): remove `await` (#2831)
|
||||
- docs(encoding): remove `ColumnDetails["fn"]` (#2840)
|
||||
- docs(flags): fix broken link to minimist (#2842)
|
||||
- docs(fs): remove misleading docs from fs.walk (#2836)
|
||||
- docs(log): add note for module authors (#2843)
|
||||
- refactor: cleanup check licence headers tool (#2830)
|
||||
- refactor(_tools): use `fs/walk` in deprecations check (#2837)
|
||||
- refactor(_util): remove `deepAssign` (#2847)
|
||||
- refactor(crypto): move `crypto/_wasm_crypto/` to `crypto/_wasm/` (#2845)
|
||||
- refactor(encoding): move `varint/_wasm_varint/` to `varint/_wasm/` (#2844)
|
||||
|
||||
### 0.162.0 / 2022.11.03
|
||||
|
||||
- feat(encoding/front_matter): add support for different formats of front matter
|
||||
|
@ -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.162.0";
|
||||
export const VERSION = "0.163.0";
|
||||
|
Loading…
Reference in New Issue
Block a user