Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Oct 28, 2022
1 parent 296818e commit c0b242f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Bugfixes

### Removed

## [0.5.0] - 2022-10-27

### Added

- Added support for Apple Silicon and easier cross-compilation ([#35](https://github.com/maxfierke/mstrap/pull/35))
- Added support for Arch Linux and Manjaro ([#36](https://github.com/maxfierke/mstrap/pull/36))
- Added support for projects syncing with upstream repos ([#38](https://github.com/maxfierke/mstrap/pull/38))
Expand Down Expand Up @@ -81,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Everything! First public release.

[Unreleased]: https://github.com/maxfierke/mstrap/compare/v0.4.0...HEAD
[0.5.0]: https://github.com/maxfierke/mstrap/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/maxfierke/mstrap/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/maxfierke/mstrap/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/maxfierke/mstrap/compare/v0.2.9...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project('mstrap',
'c',
meson_version : '>= 0.60.0',
license : 'MIT',
version : '0.4.0',
version : '0.5.0',
default_options : [
'buildtype=debugoptimized',
'default_library=static'
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mstrap
version: 0.4.0
version: 0.5.0

authors:
- Max Fierke <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/mstrap/version.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module MStrap
COMPILED_AT = {{`date -u`.chomp.stringify}}

# `mstrap` version
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit c0b242f

Please sign in to comment.