Skip to content

Commit

Permalink
New version 0.5.2
Browse files Browse the repository at this point in the history
Closes #9
  • Loading branch information
twibiral committed May 22, 2022
1 parent 3865ee5 commit 4335e45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),


## [0.5.2] - 2022-05-22
### Changed
- Fix issue #9. Works now on MacOS too.

## [0.5.1] - 2022-05-22
### Changed
- Fix hardcoded Python path (Thanks to @vkmb)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "execute-code",
"name": "Execute Code",
"version": "0.5.1",
"version": "0.5.2",
"minAppVersion": "0.12.0",
"description": "Allows to execute code snippets within a note.",
"author": "twibiral",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.3.2": "0.12.0",
"0.4.0": "0.12.0",
"0.5.0": "0.12.0",
"0.5.1": "0.12.0"
"0.5.1": "0.12.0",
"0.5.2": "0.12.0"
}

0 comments on commit 4335e45

Please sign in to comment.