Skip to content

Commit

Permalink
chore(release)🤖: v2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 29, 2022
1 parent a04a54c commit e6041bc
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
## [2.0.2](https://github.com/dangeroustech/StreamDL/compare/v0.1.0...v2.0.2) (2022-01-29)


### Bug Fixes

* properly order release stuff ([123b00e](https://github.com/dangeroustech/StreamDL/commit/123b00ed5480b20e4bd8b3afc54f83213d832692))
* revert and fix changelog options ([6f2545d](https://github.com/dangeroustech/StreamDL/commit/6f2545d93092458e7a851fe3bdbe7bd84d4c0e14))



# [0.1.0](https://github.com/dangeroustech/StreamDL/compare/v2.0.1...v0.1.0) (2022-01-29)


### Bug Fixes

* add black as dev package for linting ([0408155](https://github.com/dangeroustech/StreamDL/commit/0408155f1481ea33778b7902d3ecb9bf10f6c7ab))
* add ffmpeg install to container build ([37fd89a](https://github.com/dangeroustech/StreamDL/commit/37fd89ab4b5f368cbc6890ab732c3c3a1bae0826))
* allow custom quality specification for twitch ([9808629](https://github.com/dangeroustech/StreamDL/commit/9808629b0463806dd271a5c5dfc3d36724f277a6))
* author and version bump ([8ca63d4](https://github.com/dangeroustech/StreamDL/commit/8ca63d440421d10ae0006e294edbb3de92cff504))
* author slug ([8dbbdc8](https://github.com/dangeroustech/StreamDL/commit/8dbbdc87cfafc4be1661c59c84f731f489d63d74))
* coherent example file naming ([31e4730](https://github.com/dangeroustech/StreamDL/commit/31e4730c954a19c45e08431af80af3dddd875054))
* correct SIG* exit code ([72bcfb0](https://github.com/dangeroustech/StreamDL/commit/72bcfb0bc6c8e44f18889691948e9bf466cbc1cb))
* native streamlink/ffmpeg stream downloading ([ed6a036](https://github.com/dangeroustech/StreamDL/commit/ed6a036feb5a93d0bff84473d7c538c96dc4da94)), closes [#212](https://github.com/dangeroustech/StreamDL/issues/212)
* natively creating twitch dir ([5de7a24](https://github.com/dangeroustech/StreamDL/commit/5de7a244bcead97b9972c07bd975a5fa8c19e9f5))
* rename to sensible workflow names ([92dc257](https://github.com/dangeroustech/StreamDL/commit/92dc2575e7979fc92d3b651185536a361d2e4c91))
* shut ffmpeg up ([ea61f70](https://github.com/dangeroustech/StreamDL/commit/ea61f701925548b7a2720b331e24a75baf3dac7c))
* weird offline stream bug ([18b053d](https://github.com/dangeroustech/StreamDL/commit/18b053da4240574a604c1a173c4705d6525d2360))
* yt-dlp dropped in ([d90a8f2](https://github.com/dangeroustech/StreamDL/commit/d90a8f267fff7d00454b92bfe34959ee3a3a3cd8))


### Features

* add proper tag to dockerhub push ([373952a](https://github.com/dangeroustech/StreamDL/commit/373952a4e8802b7e5cbbce1391575008df0f24a4))
* deprecate old arm builds ([f0f2b05](https://github.com/dangeroustech/StreamDL/commit/f0f2b051fc9ddbf930f23327759190d9a8990e09))



## [1.2.7](https://github.com/dangeroustech/StreamDL/compare/v1.2.6...v1.2.7) (2022-01-18)


### Bug Fixes

* add versioning to CI ([d7037a0](https://github.com/dangeroustech/StreamDL/commit/d7037a08aa4a960463f529ca9dd3e049665a5536))
* ci: correct push 'if' ([4b38d3f](https://github.com/dangeroustech/StreamDL/commit/4b38d3fd1922420848701c88f0db560d1b5a84f9))
* update deps and bump to python 3.9 ([c6140a7](https://github.com/dangeroustech/StreamDL/commit/c6140a77828bc98e748f029f82a0d87051616a8a))
* whoops ([8e9509d](https://github.com/dangeroustech/StreamDL/commit/8e9509d7414792a0a649c5dc87ee6773554ddd51))



## [1.2.4](https://github.com/dangeroustech/StreamDL/compare/v1.2.3...v1.2.4) (2020-04-16)



## [1.2.1](https://github.com/dangeroustech/StreamDL/compare/v1.2.0...v1.2.1) (2019-11-07)



# [1.1.0](https://github.com/dangeroustech/StreamDL/compare/v1.0.0...v1.1.0) (2019-10-23)


### Reverts

* Revert "Adding Github actions" ([39ee7f1](https://github.com/dangeroustech/StreamDL/commit/39ee7f146cd5cb3aed6a23f8d747bd2522e97766))



2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "StreamDL"
version = "2.0.1"
version = "2.0.2"
description = "Monitor and Download Streams from a Variety of Websites"
authors = [ "biodrone <[email protected]>" ]
readme = "README.md"
Expand Down

0 comments on commit e6041bc

Please sign in to comment.