Skip to content

Commit

Permalink
Merge pull request #10 from pappasam/edge-case-output
Browse files Browse the repository at this point in the history
Edge case output
  • Loading branch information
pappasam committed Apr 19, 2020
2 parents a74cd36 + 35cd8a6 commit 4836f94
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 288 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,35 @@

All notable changes to this project will be documented in this file.

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).
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).

## 0.18.0

Note: in this release, we've discovered a strange bug (we believe in tomlkit) where, sometimes, AOT elements are ordered without our consent. One of the cli tests has been marked `xfail`. If you'd like to help figure out why, we're always looking for contributors!

### Added

- Support for multiple FILENAME arguments in the CLI. Used for precommit / linting multiple files. Thanks @atugushev!

### Changed

- Provide more-comprehensive error messages for interactive CLI usage.

## 0.17.0

### Added

* This `CHANGELOG.md`
- This `CHANGELOG.md`

### Changed

* `tomlkit>=0.5.8`. Upstream library made some important fixes.
* Add `isort`, make part of pre-commit pipeline
- `tomlkit>=0.5.8`. Upstream library made some important fixes.
- Add `isort`, make part of pre-commit pipeline.

### Fixed

* `mypy`, `pylint`, `black`, and `isort` all pass.
- `mypy`, `pylint`, `black`, and `isort` all pass.

### Removed

* AOT workaround in AOT parser. Latest version of tomlkit no longer spits out duplicate elements for AOT.
- AOT workaround in AOT parser. Latest version of tomlkit no longer spits out duplicate elements for AOT.

0 comments on commit 4836f94

Please sign in to comment.