Skip to content

Commit

Permalink
🔖 release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasayush committed Jun 3, 2021
1 parent de22fb0 commit b90d8c4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.0
## 1.1.0 (2021-06-03)

- Version 1.1.0.
- Added new `<!--docrunner.no_run-->` option
- Learn more [here](https://docrunner-cli.web.app/docs/comments#list-of-parsed-comments)

## 1.0.0 (2021-06-01)

- Version 1.0.0
- Rewrote Docrunner in Dart
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Docrunner goes through your markdown file and runs any code in it, providing you
## Installation

You can install `docrunner.exe` from
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.0.0)
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0)
Make sure to add it to PATH so you can accesss it from anywhere

## QuickStart
Expand All @@ -26,7 +26,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
```

If none of these methods work, you can also install `docrunner.exe` from
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.0.0).
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0).
Make sure to add it to PATH so you can access it from anywhere

### Python Example
Expand Down
2 changes: 1 addition & 1 deletion bin/constants/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '1.0.0';
const version = '1.1.0';
2 changes: 1 addition & 1 deletion installers/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module BitsTransfer

$ErrorActionPreference = "Stop"

Start-BitsTransfer 'https://github.com/DudeBro249/docrunner/releases/download/v1.0.0/docrunner.exe' "C:/src/docrunner.exe" -Description 'Downloading Docrunner from https://github.com/DudeBro249/docrunner/releases' -DisplayName 'Downloading Docrunner' -TransferType Download
Start-BitsTransfer 'https://github.com/DudeBro249/docrunner/releases/download/v1.1.0/docrunner.exe' "C:/src/docrunner.exe" -Description 'Downloading Docrunner from https://github.com/DudeBro249/docrunner/releases' -DisplayName 'Downloading Docrunner' -TransferType Download



Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
```

If none of these methods work, you can also install `docrunner.exe` from
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.0.0).
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0).
Make sure to add it to PATH so you can access it from anywhere

## QuickStart
Expand Down

0 comments on commit b90d8c4

Please sign in to comment.