Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereare committed May 12, 2022
1 parent 5109c25 commit ee2c890
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-05-12
### Added
- Windows `.bat` file.
- Linux `.sh` file.
- GitHub page.

## [1.0.0] - 2022-05-12
### Added
- `Gemfile` and dependencies.
Expand All @@ -17,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Recharge generation; and
- General generation.

[Unreleased]: https://github.com/Nereare/DDB-Rollable/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Nereare/DDB-Rollable/releases/tag/v1.0.0
[Unreleased]: https://github.com/Nereare/DDB-Rollable/compare/v1.1.0..HEAD
[1.1.0]: https://github.com/Nereare/DDB-Rollable/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Nereare/DDB-Rollable/releases/tag/v1.0.0
3 changes: 3 additions & 0 deletions ddb.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set-Location -Path "Path\To\Your\main.rb\File"
Clear-Host
bundle exec ruby main.rb
4 changes: 4 additions & 0 deletions ddb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd "\path\to\your\main.rb\file"
clear
bundle exec ruby main.rb

0 comments on commit ee2c890

Please sign in to comment.