Skip to content

Commit

Permalink
Bump version to 1.1.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 6, 2024
1 parent 984a1ae commit 5176c6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5176c6a

Please sign in to comment.