Skip to content

Commit

Permalink
0.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Aug 16, 2021
1 parent 1ca2081 commit 9aeec90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 0.105.0 / 2021.08.16

- refactor(bytes): rename `contains` to `includes` with optional argument
`fromIndex` (#1133)
- fix(crypto): make crypto bench depend on sibling version of testing module
(#1135)
- fix(collections): intersect does not handle duplicate values in head properly
(#1131)
- docs(collections): fix typo in collections docs (#1127)
- feat(collections): compile time guarantee on pure functions (#1119)
- fix: type check examples in README files (#1121)

### 0.104.0 / 2021.08.10

- feat: Add `collections` module (#993, #1075, #1103, #1062, #1062, #1109,
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.104.0";
export const VERSION = "0.105.0";

0 comments on commit 9aeec90

Please sign in to comment.