Skip to content

Commit

Permalink
build: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Sep 13, 2024
1 parent 50d21d4 commit bed587b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

------------------------

## [0.3.0] - 2024-09-14
### Fixed
- flags `--debug` / `--release` are now applied as expected with `bundle` and
`install` commands.
Expand Down Expand Up @@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- optionally copy LICENSE file in `r6\scripts\<Mod>` in `release` mode.

<!-- Table of releases -->
[Unreleased]: https://github.com/rayshader/cp2077-red-cli/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/rayshader/cp2077-red-cli/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/rayshader/cp2077-red-cli/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/rayshader/cp2077-red-cli/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/rayshader/cp2077-red-cli/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/rayshader/cp2077-red-cli/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RedRunner extends CommandRunner {
RedRunner()
: super(
'red-cli',
'${'red-cli v0.2.2'.bold}\n'
'${'red-cli v0.3.0'.bold}\n'
'\n'
'A tool to bundle scripts of a mod for Cyberpunk 2077.',
);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cp2077_red_cli
description: A tool to bundle scripts of a mod for Cyberpunk 2077.
version: 0.2.2
version: 0.3.0
repository: https://github.com/rayshader/cp2077-red-cli

environment:
Expand Down

0 comments on commit bed587b

Please sign in to comment.