Skip to content

Commit 81c132b

Browse files
authored
Merge pull request #37 from tj-python/chore/upgrade-v1.0.2-to-v1.1.0
2 parents b5e29bd + fd9a9cf commit 81c132b

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.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 = 1.0.2
2+
current_version = 1.1.0
33
commit = True
44
tag = False
55

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v1.1.0](https://github.com/tj-python/github-deploy/tree/v1.1.0) (2023-01-06)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.0.2...v1.1.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: update api url and add new features [\#36](https://github.com/tj-python/github-deploy/pull/36) ([jackton1](https://github.com/jackton1))
10+
- feat: add support for updating existing files [\#32](https://github.com/tj-python/github-deploy/pull/32) ([jackton1](https://github.com/jackton1))
11+
- Bump tj-actions/github-changelog-generator from 1.15 to 1.17 [\#31](https://github.com/tj-python/github-deploy/pull/31) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Add CodeQL workflow for GitHub code scanning [\#30](https://github.com/tj-python/github-deploy/pull/30) ([lgtm-com[bot]](https://github.com/apps/lgtm-com))
13+
- Bump hmarr/auto-approve-action from 2 to 3 [\#29](https://github.com/tj-python/github-deploy/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Upgraded v1.0.1 → v1.0.2 [\#28](https://github.com/tj-python/github-deploy/pull/28) ([jackton1](https://github.com/jackton1))
15+
316
## [v1.0.2](https://github.com/tj-python/github-deploy/tree/v1.0.2) (2022-10-28)
417

518
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.0.1...v1.0.2)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="github-deploy",
26-
version="1.0.2",
26+
version="1.1.0",
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)