File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to Bugster CLI will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.23]
9+
10+ - Patch update command.
11+
812## [ 0.3.22]
913
1014### Changed
@@ -155,4 +159,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155159[ 0.3.6 ] : https://github.com/Bugsterapp/bugster-cli/compare/v0.3.0...v0.3.6
156160[ 0.3.0 ] : https://github.com/Bugsterapp/bugster-cli/compare/v0.2.0...v0.3.0
157161[ 0.2.0 ] : https://github.com/Bugsterapp/bugster-cli/compare/v0.1.0...v0.2.0
158- [ 0.1.0 ] : https://github.com/Bugsterapp/bugster-cli/releases/tag/v0.1.0
162+ [ 0.1.0 ] : https://github.com/Bugsterapp/bugster-cli/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 22Bugster CLI - A command-line interface tool for managing test cases.
33"""
44
5- __version__ = "0.3.22 "
5+ __version__ = "0.3.23 "
Original file line number Diff line number Diff line change 44class BugsterApiPath (str , Enum ):
55 """Bugster API paths."""
66
7+ TEST_CASES = "/api/v1/test-cases"
78 TEST_CASES_NEW = "/api/v1/test-cases/new"
89 GENERATE_INIT = "/generate/init"
910 GENERATE_CHECK_RESULTS = "/generate/check-results"
You can’t perform that action at this time.
0 commit comments