Skip to content

Commit

Permalink
Start the 0.7.0 cycle w/ 0.7.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Jan 28, 2024
1 parent 7925991 commit 4e82102
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Support for using [mise](https://mise.jdx.dev) to manage language runtime versions (#50). `config.hcl` can be configured as such to enable it:
```
version = "1.1"
# ...
runtimes {
default_manager = "mise"
}
```

To switch, you'll need to re-run `mstrap` and restart your terminal windows.
Then, you can run `brew uninstall asdf --force` to uninstall asdf (`mstrap`
will have removed `asdf`'s activation from mstrap's `env.sh` already)

### Changed

### Bugfixes
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.6.0',
version : '0.7.0.dev',
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.6.0
version: 0.7.0.dev

authors:
- Max Fierke <[email protected]>
Expand Down

0 comments on commit 4e82102

Please sign in to comment.