Bump version to 1.0.4, update CHANGELOG.md

This commit is contained in:
Yuta Saito 2024-05-22 14:53:03 +09:00
parent bde6016556
commit 8f9be7d31e
2 changed files with 9 additions and 1 deletions

View File

@ -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

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.3"
public let cartonVersion = "1.0.4"