Skip to content

Commit

Permalink
Release 2.1 (#28)
Browse files Browse the repository at this point in the history
* feat: Sustancial changes to release (#27)

* feat: Sustancial changes to release

* chore(release): 1.0.0 [skip ci]

# 2.1.0 (2022-08-23)

### Features

* Sustancial changes to release ([50d98a5](50d98a5))
* Sustancial changes to release ([278fdef](278fdef))
* Sustancial changes to release ([c49ea96](c49ea96))
* Sustancial changes to release ([7a774d0](7a774d0))
* Sustancial changes to release ([daa5b16](daa5b16))
* Sustancial changes to release ([e181528](e181528))
* Sustancial changes to release ([#27](#27)) ([1cd1c9d](1cd1c9d))

* Update CHANGELOG.md
  • Loading branch information
pxp9 authored Aug 23, 2022
1 parent 4036cd9 commit d5b5cbe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
release:
name: Release x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/release'
needs: test

steps:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 2.1.0 (2022-08-23)


### Features

* Sustancial changes to release ([50d98a5](https://github.com/pxp9/weather_bot_rust/commit/50d98a5c157c23a80418ccd5da17ac05e4824358))
* Sustancial changes to release ([278fdef](https://github.com/pxp9/weather_bot_rust/commit/278fdef0c1de98569fe5f9f381bafd12a25932aa))
* Sustancial changes to release ([c49ea96](https://github.com/pxp9/weather_bot_rust/commit/c49ea96478c92b9db8cd7cc871289beb1cd7cb5b))
* Sustancial changes to release ([7a774d0](https://github.com/pxp9/weather_bot_rust/commit/7a774d07f02a7b1f6e4f118961b724a08ee6492f))
* Sustancial changes to release ([daa5b16](https://github.com/pxp9/weather_bot_rust/commit/daa5b16742d6eb1e92399701310dc25463a3cb4e))
* Sustancial changes to release ([e181528](https://github.com/pxp9/weather_bot_rust/commit/e1815286b4e1a27c328834a96489b132fbb64b2c))
* Sustancial changes to release ([#27](https://github.com/pxp9/weather_bot_rust/issues/27)) ([1cd1c9d](https://github.com/pxp9/weather_bot_rust/commit/1cd1c9d2a0edc8fb2fca892e8351aea1ac7d4d98))

0 comments on commit d5b5cbe

Please sign in to comment.