Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Nov 22, 2021
1 parent 52746bf commit 3549c2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 73 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.11] - 2021-11-16
## [0.6.0] - 2021-11-22

### Added

- Looping scene now allows for the adding of a residual monoid.
- Uses rows and variants for most important types, reducing the need for pattern matching on instances. Duck typing is important when the environment changes, as tags on tagged unions do not transfer from environment to environment.

### Chore

- Treat FFIAudioSnapshot as a blob.

## [0.5.11] - 2021-11-16

### Added

- Looping scene now allows for the adding of a residual monoid.

## [0.5.10] - 2021-11-03

### Chore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-wags",
"version": "0.5.11",
"version": "0.6.0",
"description": "Web Audio Graphs as a Stream",
"scripts": {
"build": "spago build",
Expand Down
70 changes: 0 additions & 70 deletions z.py

This file was deleted.

0 comments on commit 3549c2d

Please sign in to comment.