Skip to content

Commit

Permalink
Bump to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Nov 27, 2023
1 parent 0ac835c commit 86f35ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.21.0
### Added
- Add a new option to format tags. One tag / line or all the tag on the same line.
- Add support for scope
### Fixed
- Invalid step resolution when 2 steps had the same name
- Fix code preview in Code Style configuration

## 1.20.0
### Added
- Support for language injection on pystring (Json / XML syntax color)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g
DotnetPluginId=ReSharperPlugin.SpecflowRiderPlugin
DotnetSolution=SpecflowRiderPlugin.sln
RiderPluginId=specflowriderplugin
PluginVersion=1.20.0
PluginVersion=1.21.0

BuildConfiguration=Release
# Possible values:
Expand Down

0 comments on commit 86f35ea

Please sign in to comment.