Skip to content

Commit

Permalink
Version 1.14.0
Browse files Browse the repository at this point in the history
Revert "Revert "Version 1.14.0""

This reverts commit 6772ddc.

Fixing the version number typo in the CHANGELOG.md
  • Loading branch information
k0kubun committed Aug 8, 2022
1 parent 6772ddc commit 2bf311e
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 @@
## v1.14.0

- Migrate the cross-compilation toolchain to Zig
- All Linux targets use musl, so no libc dependency.
- Now linux-i386 is distributed instead of linux-i686
- Upgrade mruby-yaml
- `123_456` is parsed as `123456` instead of `"123_456"`

## v1.13.1

- Upgrade specinfra [from v2.82.25 to v2.83.3](https://github.com/mizzy/specinfra/compare/v2.82.25...v2.83.3)
Expand Down
2 changes: 1 addition & 1 deletion mrblib/mitamae/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MItamae
VERSION = '1.13.1'
VERSION = '1.14.0'
end

0 comments on commit 2bf311e

Please sign in to comment.