Skip to content

Commit

Permalink
https://github.com/paulissoft/oracle-tools-gui/issues/6
Browse files Browse the repository at this point in the history
  • Loading branch information
gpaulissen committed Oct 13, 2022
1 parent a3d275a commit 5cb8d64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,35 @@ 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).

- **Added** for new features.
- **Changed** for changes in existing functionality.
- **Deprecated** for soon-to-be removed features.
- **Removed** for now removed features.
- **Fixed** for any bug fixes.
- **Security** in case of vulnerabilities.

## [Unreleased]

## [1.2.0] - 2022-10-13

### Added

- [It must be possible to use the Maven daemon.](https://github.com/paulissoft/oracle-tools-gui/issues/6)

## [1.1.1] - 2022-07-22

### Fixed

- [When you supply the database configuration directory as a relative path, the execution fails.](https://github.com/paulissoft/oracle-tools-gui/issues/5)
- [When you supply the database configuration directory as a relative path, the execution fails.](https://github.com/paulissoft/oracle-tools-gui/issues/5)

## [1.1.0] - 2021-09-10

### Added

- Added actions db-info and db-code (added in oracle-tools 1.2.0).
- Added actions db-info and db-code (added in oracle-tools 1.2.0).

## [1.0.0] - 2021-06-04

### Added

- Applied Python best practices.
- Applied Python best practices.
2 changes: 1 addition & 1 deletion src/utils/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
GUI for Oracle Tools.
'''.strip().split())
__email__ = "[email protected]"
__version_info__ = ('1', '1', '1')
__version_info__ = ('1', '2', '0')
__version__ = '.'.join(__version_info__)
__license__ = "MIT License"
__copyright__ = 'Copyright (c) 2021 Gert-Jan Paulissen'
Expand Down

0 comments on commit 5cb8d64

Please sign in to comment.