Skip to content

Commit

Permalink
Merge pull request #8 from ircwaves/release-v0.1.1
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
ircwaves authored Feb 16, 2024
2 parents 4f82880 + 7fb7c55 commit 715a155
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MD013:
line_length: 88
heading_line_length: 88
code_block_line_length: 100

MD024:
siblings_only: true

MD053:
ignored_definitions:
- "unreleased"
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ repos:
language: system
types: [text]
stages: [commit, push, manual]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.0
hooks:
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.1.1] - 2024-02-16

### Fixed

- CLI `run-workflow` dropped an `s` from `json.loads`, and the help text on the
timout argument was
incorrect. ([#5](https://github.com/cirrus-geo/cirrus-mgmt/pull/5))
Expand All @@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release

[unreleased]: https://github.com/cirrus-geo/cirrus-mgmt/compare/v0.1.0...main
[unreleased]: https://github.com/cirrus-geo/cirrus-mgmt/compare/v0.1.1...main
[v0.1.1]: https://github.com/cirrus-geo/cirrus-mgmt/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/cirrus-geo/cirrus-mgmt/compare/v0.1.0a...v0.1.0
[v0.1.0a]: https://github.com/cirrus-geo/cirrus-mgmt/releases/tag/v0.1.0a
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest>=6.2
pytest-cov>=2.9
flake8>=5.0
moto>=1.3.16
moto>=1.3.16,<5
black>=22.8
isort>=5.10
mypy>=0.981
Expand Down

0 comments on commit 715a155

Please sign in to comment.