Skip to content

Commit 87948cc

Browse files
authored
Update project version and changelog with v0.1.0 (#254)
* Update project version * Add v0.0.22 to changelog * Bump minor version * Bump minor version in project file * Fix changelog format
1 parent bc7b797 commit 87948cc

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Release History
22

3-
## 0.0.22
3+
## 0.1.0 (Unreleased)
44

5-
### Other Changes
6-
7-
- Removed "Arguments" from code base in favor of "Options" to align with System. CommandLine semantics. https://github.com/Azure/azure-mcp/pull/232
5+
### Features Added
86

97
### Breaking Changes
108

119
- `azmcp tool list` "args" changes to "options"
1210

11+
### Bugs Fixed
12+
13+
### Other Changes
14+
15+
- Removed "Arguments" from code base in favor of "Options" to align with System. CommandLine semantics. https://github.com/Azure/azure-mcp/pull/232
16+
1317
## 0.0.21 (2025-05-22)
1418

1519
### Features Added

src/AzureMcp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.0.21</Version>
4+
<Version>0.1.0</Version>
55
<OutputType>Exe</OutputType>
66
<CliName>azmcp</CliName>
77
<AssemblyName>$(CliName)</AssemblyName>

0 commit comments

Comments
 (0)