Skip to content

Commit

Permalink
Missed the updated changelog in my last commit. Also, boost
Browse files Browse the repository at this point in the history
has moved the locations of their downloads-- updating ci.yml.
  • Loading branch information
sp1ff committed May 3, 2021
1 parent 5f709df commit bbb7733
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
include:
- os: macos-10.15
boost: oldest
boost-ver: 1_58_0
boost-dl: https://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.bz2
boost-ver: 1_63_0
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.63.0/source/boost_1_63_0.tar.bz2
- os: macos-10.15
boost: pinned
boost-ver: 1_71_0
boost-dl: https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2
- os: macos-10.15
boost: latest
boost-ver: 1_76_0
boost-dl: https://dl.bintray.com/boostorg/release/1.76.0/source/boost_1_76_0.tar.bz2
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
- os: ubuntu-20.04
boost: oldest
boost-ver: 1_58_0
boost-dl: https://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.bz2
boost-ver: 1_63_0
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.63.0/source/boost_1_63_0.tar.bz2
- os: ubuntu-20.04
boost: pinned
boost-ver: 1_71_0
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-05-02 Michael Herstine <sp1ff@pobox.com>

Preparing to release 0.6.18.

2021-05-01 Michael Herstine <sp1ff@pobox.com>

Improved 'm3u' sub-command, added 'encoding' sub-command.
Expand Down

0 comments on commit bbb7733

Please sign in to comment.