Skip to content

Commit 0f83f43

Browse files
chore(main): release 0.3.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 41a03e9 commit 0f83f43

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/githubnext/ado-aw/compare/v0.2.0...v0.3.0) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* Add Windows x64 binary to release artifacts ([#37](https://github.com/githubnext/ado-aw/issues/37)) ([d463006](https://github.com/githubnext/ado-aw/commit/d4630063c6f6fb8418fe0e37c3ef56abed1fa299))
9+
* Download releases from GitHub. ([#17](https://github.com/githubnext/ado-aw/issues/17)) ([8478453](https://github.com/githubnext/ado-aw/commit/847845351026c7683f5f852ac06c084c2c2fe00f))
10+
* replace read-only-service-connection with permissions field ([#26](https://github.com/githubnext/ado-aw/issues/26)) ([410e2df](https://github.com/githubnext/ado-aw/commit/410e2dff48c56dd3e66773e7c2f6cb6295eb9055))
11+
12+
13+
### Bug Fixes
14+
15+
* pin AWF container images to specific firewall version ([#30](https://github.com/githubnext/ado-aw/issues/30)) ([bb92c9c](https://github.com/githubnext/ado-aw/commit/bb92c9ccc6b5edbfa6b0ddeabca1cbe0cd39dd98))
16+
* pin AWF container images to specific firewall version ([#32](https://github.com/githubnext/ado-aw/issues/32)) ([9c3b85c](https://github.com/githubnext/ado-aw/commit/9c3b85c3029a513f75dc354be3b6052098cd43db))
17+
318
## [0.2.0](https://github.com/githubnext/ado-aw/compare/v0.1.3...v0.2.0) (2026-03-17)
419

520

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ado-aw"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)