Skip to content

Commit cfb4b94

Browse files
chore: release 1.0.0 (#39)
1 parent ce4eac5 commit cfb4b94

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/google-cloud-billing-budgets/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
## [1.0.0](https://www.github.com/googleapis/python-billingbudgets/compare/v0.4.0...v1.0.0) (2020-07-14)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* migrate to use microgenerator (#38)
8+
9+
### Features
10+
11+
* migrate to use microgenerator ([#38](https://www.github.com/googleapis/python-billingbudgets/issues/38)) ([4480d7b](https://www.github.com/googleapis/python-billingbudgets/commit/4480d7b44bd659b385397a8d4707eae79832faa9))
12+
13+
14+
### Documentation
15+
16+
* add multiprocessing note ([#33](https://www.github.com/googleapis/python-billingbudgets/issues/33)) ([2fc2649](https://www.github.com/googleapis/python-billingbudgets/commit/2fc26490d54ed4bc5c2c074188533593fa863bb5))
17+
218
## [0.4.0](https://www.github.com/googleapis/python-billingbudgets/compare/v0.3.0...v0.4.0) (2020-05-18)
319

420

packages/google-cloud-billing-budgets/setup.py

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

2323
name = "google-cloud-billing-budgets"
2424
description = "Cloud Billing Budget API API client library"
25-
version = "0.4.0"
25+
version = "1.0.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.21.0, < 2.0.0dev",

0 commit comments

Comments
 (0)