Skip to content

Commit

Permalink
Merge branch 'master' into update-publish-recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Nov 3, 2024
2 parents 15091be + fd807f0 commit ac5df84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ Changelog
--------------------------------------------------------------------------------

### Added
- Add command to dump bencode ([#530](https://github.com/casey/filepack/pull/530) by [casey](https://github.com/casey))
- Add command to dump bencode ([#530](https://github.com/casey/intermodal/pull/530) by [casey](https://github.com/casey))

### Misc
- Build releases for more targets ([#540](https://github.com/casey/filepack/pull/540) by [casey](https://github.com/casey))
- Add dockerfile ([#533](https://github.com/casey/filepack/pull/533) by [rare-magma](https://github.com/rare-magma))
- Fix warnings ([#537](https://github.com/casey/filepack/pull/537) by [casey](https://github.com/casey))
- Typo: infromation → information ([#532](https://github.com/casey/filepack/pull/532) by [casey](https://github.com/casey))
- Fix `imdl torrent dump` dictionary formatting ([#531](https://github.com/casey/filepack/pull/531) by [casey](https://github.com/casey))
- Fix piece selection algorithm in docs ([#524](https://github.com/casey/filepack/pull/524) by [schnerring](https://github.com/schnerring))
- Un-align metainfo utilities table ([#529](https://github.com/casey/filepack/pull/529) by [casey](https://github.com/casey))
- Install correct toolchain on CI ([#520](https://github.com/casey/filepack/pull/520) by [casey](https://github.com/casey))
- Don't auto-generate changelog ([#523](https://github.com/casey/filepack/pull/523) by [casey](https://github.com/casey))
- Build releases for more targets ([#540](https://github.com/casey/intermodal/pull/540) by [casey](https://github.com/casey))
- Add dockerfile ([#533](https://github.com/casey/intermodal/pull/533) by [rare-magma](https://github.com/rare-magma))
- Fix warnings ([#537](https://github.com/casey/intermodal/pull/537) by [casey](https://github.com/casey))
- Typo: infromation → information ([#532](https://github.com/casey/intermodal/pull/532) by [casey](https://github.com/casey))
- Fix `imdl torrent dump` dictionary formatting ([#531](https://github.com/casey/intermodal/pull/531) by [casey](https://github.com/casey))
- Fix piece selection algorithm in docs ([#524](https://github.com/casey/intermodal/pull/524) by [schnerring](https://github.com/schnerring))
- Un-align metainfo utilities table ([#529](https://github.com/casey/intermodal/pull/529) by [casey](https://github.com/casey))
- Install correct toolchain on CI ([#520](https://github.com/casey/intermodal/pull/520) by [casey](https://github.com/casey))
- Don't auto-generate changelog ([#523](https://github.com/casey/intermodal/pull/523) by [casey](https://github.com/casey))

[v0.1.13](https://github.com/casey/intermodal/releases/tag/v0.1.13) - 2023-08-20
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion bin/update-contributors/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {
|captures: &Captures| {
let pr = captures[1].parse().unwrap();
let contributor = author(pr);
format!("([#{pr}](https://github.com/casey/filepack/pull/{pr}) by [{contributor}](https://github.com/{contributor}))")
format!("([#{pr}](https://github.com/casey/intermodal/pull/{pr}) by [{contributor}](https://github.com/{contributor}))")
},
),
)
Expand Down

0 comments on commit ac5df84

Please sign in to comment.