Bump version to 1.1.0, update CHANGELOG.md

This commit is contained in:
Yuta Saito 2024-06-06 11:37:16 +00:00
parent 984a1ae2db
commit 5176c6abb4
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 1.1.0 (6 Jun 2024)
This release adds support for 5.10.0 toolchain, CLI options, and internal improvements.
* Update default toolchain version to 5.10.0
* Add `--bind` to `dev` subcommand to specify serving address with relaxed default (`0.0.0.0`)
* Add `-Xwasm-opt` option to `bundle` subcommand to pass additional arguments to `wasm-opt`
* Many internal refactorings and test improvements
# 1.0.4 (22 May 2024)
This release includes several bug fixes and internal improvements:

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
public let cartonVersion = "1.0.4"
public let cartonVersion = "1.1.0"