Skip to content

Commit

Permalink
release: v0.1.0a6 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Dec 5, 2023
2 parents 4f862e6 + 3e1d868 commit 850b986
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/auto-master-dev-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: ${{secrets.AUTO_MERGE_SECRET}}
- name: Check out repository code
uses: actions/checkout@v4
- name: Set Git config
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
- name: Merge master back to dev
run: |
git fetch --unshallow
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [v0.1.0a6](https://github.com/eonu/feud/releases/tag/v0.1.0a6) - 2023-12-05

### Build System

- use `setup-git-credentials` for auto-merge workflow ([#71](https://github.com/eonu/feud/issues/71))

### Miscellaneous Tasks


### Release

- v0.1.0a5 ([#70](https://github.com/eonu/feud/issues/70))

## [v0.1.0a5](https://github.com/eonu/feud/releases/tag/v0.1.0a5) - 2023-12-04

### Build System
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = "feud"
copyright = "2023-2025, Feud Developers" # noqa: A001
author = "Edwin Onuonga (eonu)"
release = "0.1.0a5"
release = "0.1.0a6"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion feud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Not all arguments are bad.
"""

__version__ = "0.1.0a5"
__version__ = "0.1.0a6"

from feud import click as click
from feud import exceptions as exceptions
Expand Down
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 = "feud"
version = "0.1.0a5"
version = "0.1.0a6"
license = "MIT"
authors = ["Edwin Onuonga <[email protected]>"]
maintainers = ["Edwin Onuonga <[email protected]>"]
Expand Down

0 comments on commit 850b986

Please sign in to comment.