Skip to content

Commit 5176c6a

Browse files
Bump version to 1.1.0, update CHANGELOG.md
1 parent 984a1ae commit 5176c6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.1.0 (6 Jun 2024)
2+
3+
This release adds support for 5.10.0 toolchain, CLI options, and internal improvements.
4+
5+
* Update default toolchain version to 5.10.0
6+
* Add `--bind` to `dev` subcommand to specify serving address with relaxed default (`0.0.0.0`)
7+
* Add `-Xwasm-opt` option to `bundle` subcommand to pass additional arguments to `wasm-opt`
8+
* Many internal refactorings and test improvements
9+
110
# 1.0.4 (22 May 2024)
211

312
This release includes several bug fixes and internal improvements:

Sources/CartonHelpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
public let cartonVersion = "1.0.4"
15+
public let cartonVersion = "1.1.0"

0 commit comments

Comments
 (0)