Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit e6c8d4c

Browse files
author
Tonye Jack
committed
Merge tag 'v1.0.8' into develop
Upgraded to: v1.0.8
2 parents 3c45544 + 48c6db7 commit e6c8d4c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = VERSION = (1, 0, 7)
2+
current_version = VERSION = (1, 0, 8)
33
parse = ^(\s*VERSION)(\s=\s)(\({1})(?P<major>\d+),\s(?P<minor>\d+),\s(?P<patch>\d+)(\){1})$
44
serialize = VERSION = ({major}, {minor}, {patch})
55
commit = True

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [v1.1.0](https://github.com/jackton1/django-check-constraint/releases/tag/v1.1.0) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.5...v1.1.0))
7+
## [v1.1.0](https://github.com/jackton1/django-check-constraint/releases/tag/v1.1.0) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.7...v1.1.0))
8+
9+
### Added
10+
- Added a Personal Access token. ([3c45544](https://github.com/jackton1/django-check-constraint/commit/3c45544da73e05acc5c67f42009b3ab6aec9c078)).
11+
- Added push to origins. ([ece5d2d](https://github.com/jackton1/django-check-constraint/commit/ece5d2d14699e6cd5de3605149920f160ecb33ec)).
12+
13+
### Misc
14+
- "2020-02-16 18:38 - Increased django-check-constraint version:VERSION = (1, 0, 7) to VERSION = (1, 0, 8)" ([8fb4427](https://github.com/jackton1/django-check-constraint/commit/8fb442714709cfcc18cec3f6a79503e55fbdd5c1)).
15+
- Updated the types. ([3e0baa5](https://github.com/jackton1/django-check-constraint/commit/3e0baa560fd66e6ed2b475e8fb9d9cdaef0213b7)).
16+
17+
18+
## [v1.0.7](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.7) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.5...v1.0.7)) - 2020-02-16
819

920
### Added
1021
- Added echo command. ([cba6c42](https://github.com/jackton1/django-check-constraint/commit/cba6c42dbc1f3390a3e295495a1b71a57591cbe4)).
1122

1223
### Misc
1324
- "2020-02-16 18:18 - Increased django-check-constraint version:VERSION = (1, 0, 6) to VERSION = (1, 0, 7)" ([8def0ec](https://github.com/jackton1/django-check-constraint/commit/8def0ecf1f8e805f8beb6482d7a0934162ab566f)).
1425
- Cleaned Makefile. ([408e183](https://github.com/jackton1/django-check-constraint/commit/408e1833941be12d6123b5cd49783d18dea9fa90)).
26+
- Updated CHANGELOG.md. ([3dc1f62](https://github.com/jackton1/django-check-constraint/commit/3dc1f62a28dd2f63798c2190eb5ff2e9529ece5b)).
1527

1628

1729
## [v1.0.5](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.5) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.4...v1.0.5)) - 2020-02-16

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
else:
4949
LONG_DESCRIPTION = ""
5050

51-
VERSION = (1, 0, 7)
51+
VERSION = (1, 0, 8)
5252

5353
version = ".".join(map(str, VERSION))
5454

0 commit comments

Comments
 (0)