Skip to content

Commit

Permalink
Bump version to 1.0.4, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 22, 2024
1 parent bde6016 commit 8f9be7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.4 (22 May 2024)

This release includes several bug fixes and internal improvements:

* Fix `carton test --environment node` to work with 6.0 and later toolchains
* Stop writing files under `~/.carton/static` to avoid pollution
* Many internal refactorings and test improvements

# 1.0.3 (18 April 2024)

* Fix test harness for the latest main XCTest by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/426
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.3"
public let cartonVersion = "1.0.4"

0 comments on commit 8f9be7d

Please sign in to comment.