Skip to content

Commit 3e27e69

Browse files
committed
Bump version and changelog for release
1 parent 8cdad0f commit 3e27e69

5 files changed

+16
-17
lines changed

changelog.adoc

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
// scriv-insert-here
44

5+
== 3.15.0 (2023-06-21)
6+
7+
Enhancements:
8+
9+
* Add a `globus flows run delete` command.
10+
11+
* Add `globus gcp update mapped` and `globus gcp update guest`
12+
to update GCP Mapped and Guest Collections.
13+
14+
* `globus gcp create mapped` now has an option `--public` for creating public
15+
GCP Mapped Collections.
16+
17+
* `globus endpoint create` and `globus endpoint update` now allow the use of
18+
`--public/--private` with GCP Mapped Collections.
19+
520
== 3.14.0 (2023-06-15)
621

722
Bugfixes:

changelog.d/20230620_101149_sirosen_allow_public_flag_on_gcp.md

-9
This file was deleted.

changelog.d/20230620_150848_kurtmckee_add_run_delete_sc_18418.md

-3
This file was deleted.

changelog.d/20230620_154844_sirosen_add_gcp_update.md

-4
This file was deleted.

src/globus_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# single source of truth for package version,
99
# see https://packaging.python.org/en/latest/single_source_version/
10-
__version__ = "3.14.0"
10+
__version__ = "3.15.0"
1111

1212
# app name to send as part of SDK requests
1313
app_name = f"Globus CLI v{__version__}"

0 commit comments

Comments
 (0)