Skip to content

Commit

Permalink
v0.2.0 Release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Feb 15, 2024
1 parent 7c1239c commit 72e2589
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2.0] 2024-02-14

### Changes

No feature changes, but potential for performance improvements due to internal upgrades.

- Upgrade to .NET 8.0
- Leverage newer C# language features for cleaner code
- Various dependency updates

## [0.1.3] 2023-07-29

### Changed
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.3 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.2.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).

[![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.3
dotnet tool install --global graphql-to-karate --version 0.2.0
```

### 🛠️ 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.3</Version>
<Version>0.2.0</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -19,7 +19,7 @@
<PackageTags>graphql;karate;test-automation;testing;test;api-test;api-testing;karate-framework;testing-tools;graphql-server;graphql-schema</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright ©2023 William Baldoumas</Copyright>
<Copyright>Copyright ©2024 William Baldoumas</Copyright>
<Title>graphql-to-karate</Title>
<PackageIcon>icon.jpg</PackageIcon>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 72e2589

Please sign in to comment.