Skip to content

Commit 8689229

Browse files
committed
build: release v4.5.1
1 parent c202918 commit 8689229

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

6+
4.5.1
7+
++++++
8+
* Fix redundant url item within example generation request. (#524)
9+
* Upgrade `@typespec/compiler` to 1.4.0. (#522)
10+
* Update the document for generating codes via command-line interface. (#521)
11+
612
4.5.0
713
++++++
814
* Add `generate_all` command functionality for CLI generation. (#516)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github:
3636
pypi: https://pypi.org/project/aaz-dev/
3737

3838
# TODO: get version number from github
39-
version: v4.5.0
39+
version: v4.5.1
4040

4141
# Build settings
4242
theme: minima

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("4", "5", "0", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("4", "5", "1", "")
33

44
# _PATCH: On main and in a nightly release the patch should be one ahead of the last released build.
55
# _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See

0 commit comments

Comments
 (0)