Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
- Add changelog
- Update publish-check recipe to match github actions
- Add publish recipe
- Update dependencies
- Add minimimal-deps compatibility check

type: release
  • Loading branch information
casey committed Apr 8, 2020
1 parent e8ab0e1 commit 9dd8a56
Show file tree
Hide file tree
Showing 10 changed files with 312 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo clippy --all
- name: Lint
if: matrix.os != 'windows-latest'
run: "! grep --color -REn 'FIXME|TODO|XXX' src"
run: ./bin/lint
- name: Format
run: cargo fmt --all -- --check
- name: Readme
Expand Down
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Changelog
=========

[v0.0.1] - 2020-1-31
--------------------

### Added
- Open torrents with `imdl create --open ...` (#112)
- [torrent stats] Pretty print torrents if `--print` is passed (#84)
- Add colored output (#66)
- Initial commit

### Misc
- Add table of references to readme (#111)
- Test UDP tracker URLs parse (#110)
- Remove redundant information from the readme (#104)
- Link to tracking issues from BEP support table (#102)
- Add package script (#89)
- Build and upload release artifacts from CI (#88)
- Add `help` messages to CLI flags and options (#87)
- Enable `--help` text wrapping (#76)
- Sort `Create` opt struct fields (#75)
- BEP 3 is supported (#74)
- Slighly improve readability of Hasher::hash_root (#73)
- Add table of contents to readme (#72)
- Add BEP support table to readme (#67)
- Redirect stdin and stdout and capture for tests (#64)
- Rename: Environment -> Env (#63)
- Rename bencode::Error::ExtraData -> TrailingData (#60)
- Fail CI if code isn't formatted (#55)
- Delete extraneous comment in workflow file (#54)
- Run CI tests on windows, macos, and linux (#53)
- Configure clippy and lint on push (#52)
- Add `done` recipe to justfile (#51)
- Add build and test github action workflow (#50)
Loading

0 comments on commit 9dd8a56

Please sign in to comment.