Skip to content

Commit

Permalink
Prepare release v0.11.1 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 authored Feb 11, 2025
1 parent 724e622 commit d786199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## [[unpublished]](https://github.com/mlange-42/modo/compare/v0.11.0...main)
## [[v0.11.1]](https://github.com/mlange-42/modo/compare/v0.11.0...v0.11.1)

### Bugfixes

* Fixes command `init` to support remote repos cloned with SSH (#221, #223)

### Other

* Internal: splits up the `Processor` mega-struct (#218, #219)
* Command `init` supports remote repos cloned with SSL (#221, #223)

## [[v0.11.0]](https://github.com/mlange-42/modo/compare/v0.10.1...v0.11.0)

Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package cmd

var version = NewVersion(0, 11, 1, false)
var version = NewVersion(0, 11, 1, true)

0 comments on commit d786199

Please sign in to comment.