Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bessonm committed Aug 4, 2020
1 parent e9148a8 commit 21d4c10
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.3](https://github.com/chutney-testing/chutney/tree/1.2.3) (2020-08-04)

[Full Changelog](https://github.com/chutney-testing/chutney/compare/1.2.2...1.2.3)

**Fixed bugs:**

- Search using Ctrl-F was lost in ace editor component
- Observe automatically a scenario's execution when it does not have parameters

**Closed issues:**

- Scenario Edition - Cannot use Ctrl-F to find content in editor [\#203](https://github.com/chutney-testing/chutney/issues/203)
- Scenario execution - Observation is not automatic for scenarios without parameters [\#204](https://github.com/chutney-testing/chutney/issues/204)

**Merged pull requests:**

- Version 1.2.2 : ui bugs [\#205](https://github.com/chutney-testing/chutney/pull/205) ([boddissattva](https://github.com/boddissattva))

## [1.2.2](https://github.com/chutney-testing/chutney/tree/1.2.2) (2020-07-31)

[Full Changelog](https://github.com/chutney-testing/chutney/compare/1.2.1...1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging/local-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>packaging</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>local-dev</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>packaging</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
<packaging>pom</packaging>

<name>Chutney</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<url>https://github.com/chutney-testing/chutney.git</url>
<connection>scm:git:[email protected]:chutney-testing/chutney.git</connection>
<developerConnection>scm:git:[email protected]:chutney-testing/chutney.git</developerConnection>
<tag>HEAD</tag>
<tag>1.2.3</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion task-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>task-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion task-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>task-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>

<artifactId>ui</artifactId>
Expand Down

0 comments on commit 21d4c10

Please sign in to comment.