Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

80 lines (55 loc) · 2.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

API

The API consists of all public Java types from com.atlassian.performance.tools.workspace.api and its subpackages:

POM

Changing the license is breaking a contract. Adding a requirement of a major version of a dependency is breaking a contract. Dropping a requirement of a major version of a dependency is a new contract.

2.0.3 - 2023-09-26

Fixed

  • Stop creating directories just by creating instance of RootWorkspace.

2.0.2 - 2019-11-04

Fixed

  • Support working in a Git Worktree folder. Fix JPERF-667.

2.0.1 - 2019-07-31

Fixed

  • Use non-deprecated Kotlin stdlib. Fix JPERF-466.

2.0.0 - 2018-09-03

Changed

  • Depend on a stable version of APT io.

1.1.0 - 2018-08-21

Added

  • Add RootWorkspace.listTasks.

Deprecated

  • Deprecate RootWorkspace.listPreviousTasks.

1.0.0 - 2018-08-21

Changed

  • Define the public API.

Added

0.0.1 - 2018-08-06

Added