From b90d8c45df680dde82b06476ecc6ddc28e589b7a Mon Sep 17 00:00:00 2001 From: DudeBro249 Date: Thu, 3 Jun 2021 12:25:03 +0530 Subject: [PATCH] :bookmark: release version 1.1.0 --- CHANGELOG.md | 9 ++++++++- README.md | 4 ++-- bin/constants/version.dart | 2 +- installers/install.ps1 | 2 +- website/docs/getting-started.md | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51845a..7428874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ -## 1.0.0 +## 1.1.0 (2021-06-03) + +- Version 1.1.0. +- Added new `` 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 diff --git a/README.md b/README.md index e4d3f62..d6008d6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/bin/constants/version.dart b/bin/constants/version.dart index 9cba56f..cd8bc7e 100644 --- a/bin/constants/version.dart +++ b/bin/constants/version.dart @@ -1 +1 @@ -const version = '1.0.0'; +const version = '1.1.0'; diff --git a/installers/install.ps1 b/installers/install.ps1 index 557c2f0..783fe8c 100644 --- a/installers/install.ps1 +++ b/installers/install.ps1 @@ -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 diff --git a/website/docs/getting-started.md b/website/docs/getting-started.md index e26013f..2326339 100644 --- a/website/docs/getting-started.md +++ b/website/docs/getting-started.md @@ -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