Skip to content

Commit 910a1ed

Browse files
authored
Merge pull request #15 from tj-python/chore/upgrade-v1.0.0-to-v1.0.1
Upgraded v1.0.0 → v1.0.1
2 parents 4acfe00 + cad47bc commit 910a1ed

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = False
55

CHANGELOG.md

+19-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v1.0.1](https://github.com/tj-python/github-deploy/tree/v1.0.1) (2022-06-12)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.0.0...v1.0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Bump actions/setup-python from 2 to 4 [\#14](https://github.com/tj-python/github-deploy/pull/14) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump peter-evans/create-pull-request from 3 to 4 [\#13](https://github.com/tj-python/github-deploy/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump tj-actions/semver-diff from 1.2.0 to 2.0.0 [\#12](https://github.com/tj-python/github-deploy/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Bump tj-actions/github-changelog-generator from 1.8 to 1.13 [\#11](https://github.com/tj-python/github-deploy/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- Bump actions/checkout from 2 to 3 [\#10](https://github.com/tj-python/github-deploy/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- feat: Improve error handling [\#9](https://github.com/tj-python/github-deploy/pull/9) ([jackton1](https://github.com/jackton1))
15+
- Upgraded 0.0.9 → v1.0.0 [\#8](https://github.com/tj-python/github-deploy/pull/8) ([jackton1](https://github.com/jackton1))
16+
317
## [v1.0.0](https://github.com/tj-python/github-deploy/tree/v1.0.0) (2022-02-12)
418

519
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.9...v1.0.0)
@@ -22,15 +36,15 @@
2236

2337
## [0.0.7](https://github.com/tj-python/github-deploy/tree/0.0.7) (2021-11-15)
2438

25-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.7)
39+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.7)
2640

27-
## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15)
41+
## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15)
2842

29-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.5)
43+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.6)
3044

31-
## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15)
45+
## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15)
3246

33-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.6)
47+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.5)
3448

3549
**Merged pull requests:**
3650

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="github-deploy",
26-
version="1.0.0",
26+
version="1.0.1",
2727
description="Deploy yaml files to a large number of repositories in seconds.",
2828
long_description=LONG_DESCRIPTION,
2929
long_description_content_type=LONG_DESCRIPTION_TYPE,

0 commit comments

Comments
 (0)