Skip to content

Commit

Permalink
(release) 0.1.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlopez-rod authored Aug 22, 2021
1 parent c9b6a51 commit 730c3c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
## [Unreleased]

## [0.1.0] <a name="0.1.0" href="#0.1.0">-</a> August 21, 2021
- Order results from `m ci lint` based on the number of errors found.
- Add command line option to specify branch when creating a github release.


## [0.0.3] <a name="0.0.3" href="#0.0.3">-</a> August 14, 2021
- Issue objects can hide the traceback from displaying
- Add `format_seconds` function.
Expand All @@ -17,7 +22,7 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- eslint
- pycodestyle
- pylint

The tool allows us to make the linters continue with the ci process as long
as we do not introduce any more errors. See more details by checking the
help options `m ci lint -h`.
Expand All @@ -33,7 +38,8 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- Provides basic utilities to create a CI/CD flow via the m cli.
- As a library, it facilities the creation of clis similar to m.

[Unreleased]: https://github.com/jmlopez-rod/m/compare/0.0.3...HEAD
[Unreleased]: https://github.com/jmlopez-rod/m/compare/0.1.0...HEAD
[0.1.0]: https://github.com/jmlopez-rod/m/compare/0.0.3...0.1.0
[0.0.3]: https://github.com/jmlopez-rod/m/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/jmlopez-rod/m/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/jmlopez-rod/m/compare/bf286e270e13c75dfed289a3921289092477c058...0.0.1
2 changes: 1 addition & 1 deletion m/m.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"owner": "jmlopez-rod",
"repo": "m",
"version": "0.0.3",
"version": "0.1.0",
"releaseFrom": {
"master": {
"prBranch": "release"
Expand Down

0 comments on commit 730c3c1

Please sign in to comment.