Skip to content

Commit

Permalink
v0.1.0 release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Apr 23, 2023
1 parent 99ad893 commit 320ca90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ 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.0.1] 2022-12-16
## [0.1.0] 2022-04-22

### Added
### Released

- Repository documentation
- Renovate configuration
- Markdown and JSON linting in CI
Initial beta release. 🎉
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**: Testing
**Project Status**: v0.1.0 release. To report a bug, please 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 @@ -52,7 +52,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.0.6
dotnet tool install --global graphql-to-karate --version 0.1.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.0.7</Version>
<Version>0.1.0</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 320ca90

Please sign in to comment.