Skip to content

Commit b90d8c4

Browse files
committed
🔖 release version 1.1.0
1 parent de22fb0 commit b90d8c4

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
## 1.0.0
1+
## 1.1.0 (2021-06-03)
2+
3+
- Version 1.1.0.
4+
- Added new `<!--docrunner.no_run-->` option
5+
- Learn more [here](https://docrunner-cli.web.app/docs/comments#list-of-parsed-comments)
6+
7+
## 1.0.0 (2021-06-01)
28

39
- Version 1.0.0
10+
- Rewrote Docrunner in Dart

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Docrunner goes through your markdown file and runs any code in it, providing you
99
## Installation
1010

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

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

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

3232
### Python Example

bin/constants/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.0.0';
1+
const version = '1.1.0';

installers/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Import-Module BitsTransfer
44

55
$ErrorActionPreference = "Stop"
66

7-
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
7+
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
88

99

1010

website/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
88
```
99

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

1414
## QuickStart

0 commit comments

Comments
 (0)