We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984a1ae commit 5176c6aCopy full SHA for 5176c6a
CHANGELOG.md
@@ -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
10
# 1.0.4 (22 May 2024)
11
12
This release includes several bug fixes and internal improvements:
Sources/CartonHelpers/Version.swift
@@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-public let cartonVersion = "1.0.4"
+public let cartonVersion = "1.1.0"
0 commit comments