Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Neubert committed Dec 9, 2020
1 parent 4b8d9c8 commit 08f0e2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## 2.1.1
_9 Decemebr 2020_

**Changes**
- Restore the old symlink if updating it fails
- Some CI updates

## 2.1.0
_5 October 2020_

Expand Down
2 changes: 1 addition & 1 deletion main.v
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn main() {
fn create_cmd() cli.Command {
mut cmd := Command{
name: 'symlinker'
version: '2.1.0'
version: '2.1.1'
disable_flags: true
sort_commands: false
}
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Module {
author: 'Lukas Neubert <[email protected]>'
license: 'MIT'
repo_url: 'https://github.com/serkonda7/symlinker'
version: '2.1.0'
version: '2.1.1'
dependencies: []
}

0 comments on commit 08f0e2a

Please sign in to comment.