Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Oct 15, 2023
1 parent fb181e6 commit 58391b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion 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.6.0] - 2023-10-15

### Added

- Install Docker Buildkit plugin (dockerx) by default (#43)

### Changed
Expand All @@ -17,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and active by default since late 2022 in Docker Desktop. (#43)
- [ci] Add Archlinux x86_64, Fedora 37 x86_64, and Fedora 38 x86_64 to CI, bumping them up into Tier 1 platform support
- Updated Crystal to 1.10.1
- Updated openssl wrap to 3.0.8-1
- Updated zlib wrap to 1.3-4

### Bugfixes
Expand Down Expand Up @@ -126,7 +137,8 @@ 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.5.2...HEAD
[Unreleased]: https://github.com/maxfierke/mstrap/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/maxfierke/mstrap/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/maxfierke/mstrap/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/maxfierke/mstrap/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/maxfierke/mstrap/compare/v0.4.0...v0.5.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.5.2',
version : '0.6.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.5.2
version: 0.6.0

authors:
- Max Fierke <max@maxfierke.com>
Expand Down

0 comments on commit 58391b5

Please sign in to comment.