Skip to content

Commit

Permalink
v0.1.1 Release (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas authored Apr 30, 2023
1 parent 383c0d4 commit a6236f1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] 2022-04-29

### Added

- Example JSON Configuration ([#105](https://github.com/wbaldoumas/graphql-to-karate/pull/105))

### Changed

- Update NuGet Packages - Minor Updates ([#102](https://github.com/wbaldoumas/graphql-to-karate/pull/))
- Copy Changelog to Release ([#103](https://github.com/wbaldoumas/graphql-to-karate/pull/103))
- Tweak README.md Content ([#104](https://github.com/wbaldoumas/graphql-to-karate/pull/104))
- Cleanup ([#106](https://github.com/wbaldoumas/graphql-to-karate/pull/106))

## [0.1.0] 2022-04-22

### Released
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# graphql-to-karate 🚀

**Project Status**: v0.1.0 release. The project is still in its early stages. To report a bug, feel free to open an [issue](https://github.com/wbaldoumas/graphql-to-karate/issues).
**Project Status**: v0.1.1 release. The project is still in its early stages. To report a bug, feel free to open an [issue](https://github.com/wbaldoumas/graphql-to-karate/issues).

[![Build][github-checks-shield]][github-checks-url]
[![Coverage][coverage-shield]][coverage-url]
Expand Down Expand Up @@ -53,7 +53,7 @@ Head over to [releases](https://github.com/wbaldoumas/graphql-to-karate/releases
`graphql-to-karate` is also available as a [NuGet](https://www.nuget.org/packages/graphql-to-karate) offering and can be installed with the following command:

```sh
dotnet tool install --global graphql-to-karate --version 0.1.0
dotnet tool install --global graphql-to-karate --version 0.1.1
```

### 🛠️ Building From Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>William Baldoumas</Authors>
<OutputType>Exe</OutputType>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit a6236f1

Please sign in to comment.