Skip to content

Commit

Permalink
changie updates for 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 17, 2023
1 parent 47f0350 commit b31f15d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
10 changes: 10 additions & 0 deletions .changes/0.0.18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.0.18 - 2023-04-17

### Added

* The one exception to no local scripts
* add script source links to README
### Fixed

* add timeout to requests.get()
* exit(…) -> sys.exit(…)
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20230417-193152.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20230417-193550.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20230418-003009.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20230418-003058.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 0.0.18 - 2023-04-17

### Added

* The one exception to no local scripts
* add script source links to README
### Fixed

* add timeout to requests.get()
* exit(…) -> sys.exit(…)
## 0.0.17 - 2023-04-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- markdownlint-disable MD013 -->

![version](https://img.shields.io/badge/version-v0.0.17-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf)
![version](https://img.shields.io/badge/version-v0.0.18-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf)

<!-- markdownlint-enable MD013 -->

Expand Down

0 comments on commit b31f15d

Please sign in to comment.