Skip to content

Commit

Permalink
Merge branch 'master' into readmefix2
Browse files Browse the repository at this point in the history
  • Loading branch information
dionizh authored Jul 16, 2021
2 parents f5085ff + 8bc927b commit 5eb69f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ on:
push:
branches:
- master
paths-ignore:
- "**.md"
- "docs/**"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
jobs:
tests:
name: Run tests
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v2.7.12 (2021-07-01)
### Fix
* Try ci.yml with single quotes ([`f1a4f7d`](https://github.com/ocadotechnology/rapid-router/commit/f1a4f7daa804e7e1db14175f95008f91a5ccecb4))

### Documentation
* Update CI to ignore docs ([`33cbce7`](https://github.com/ocadotechnology/rapid-router/commit/33cbce79c64736fbc8c8f60c6c7939d50c44c17d))

## v2.7.11 (2021-06-25)
### Fix
* Add hint text for RR lv 80 onwards ([#1203](https://github.com/ocadotechnology/rapid-router/issues/1203)) ([`0c4e944`](https://github.com/ocadotechnology/rapid-router/commit/0c4e9442249c90f650a702388d4b4ab525b34109))
Expand Down
2 changes: 1 addition & 1 deletion game/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
# program; modified versions of the program must be marked as such and not
# identified as the original program.

__version__ = '2.7.11'
__version__ = '2.7.12'

0 comments on commit 5eb69f9

Please sign in to comment.