Skip to content

Commit

Permalink
Merge pull request #12 from jeertmans/docker
Browse files Browse the repository at this point in the history
feat(lib/cli): Docker integration
  • Loading branch information
jeertmans committed Aug 26, 2022
2 parents 8ba0948 + 26c9f33 commit 25cb0fd
Show file tree
Hide file tree
Showing 14 changed files with 377 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
toolchain: stable
override: true

- run: cargo publish --features cli --token ${CRATES_TOKEN}
- run: cargo publish --features full --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
check-publish:
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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).


## [1.3.0](https://github.com/jeertmans/languagetool-rust/compare/v1.2.0...v1.3.0)

### Chore

- Fixed features flag in `CI.yml` action. [#12](https://github.com/jeertmans/languagetool-rust/pull/12)

### Added

- Added basic Docker support. [#12](https://github.com/jeertmans/languagetool-rust/pull/12)

### Fixed

- Fixed typo in message when no error was found. [#12](https://github.com/jeertmans/languagetool-rust/pull/12)

## [1.2.0](https://github.com/jeertmans/languagetool-rust/compare/v1.1.1...v1.2.0)

### Chore
Expand Down
Loading

0 comments on commit 25cb0fd

Please sign in to comment.