Skip to content

Commit

Permalink
v1.4.5 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Apr 5, 2024
1 parent ef635c3 commit 69f6b0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<VERSION_CONSTANT>/MBTOOLS/CL_TOOL_BC=&gt;C_TOOL-VERSION</VERSION_CONSTANT>
<PACKAGING>
<NAME>mbt-package-manager</NAME>
<VERSION>1.4.4</VERSION>
<VERSION>1.4.5</VERSION>
<DESCRIPTION>Package Manager for Marc Bernard Tools</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_PACKAGE_MANAGER_TN</LOGO>
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

## [Unreleased]

## Version [1.4.5] - 2024-04-05

### Changed

- Improve EDD endpoint logging

### Fixed

- Fix double entries in command palette
- Replace cl_abap_conv_codepage with function call
- Bump AJSON to 1.1.10

## Version [1.4.4] - 2024-02-15

### Changed
Expand Down Expand Up @@ -127,7 +139,8 @@ Launch Release
Initial Release. For details, see [Features](https://marcbernardtools.com/docs/marc-bernard-tools/features).


[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.4...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.5...main
[1.4.5]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.4...1.4.5
[1.4.4]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.3...1.4.4
[1.4.3]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.1...1.4.2
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bc.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CLASS /mbtools/cl_tool_bc DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.4.4' ##NO_TEXT,
version TYPE string VALUE '1.4.5' ##NO_TEXT,
title TYPE string VALUE 'MBT Package Manager' ##NO_TEXT,
description TYPE string VALUE 'Package Manager for Marc Bernard Tools' ##NO_TEXT,
bundle_id TYPE i VALUE 0,
Expand Down

0 comments on commit 69f6b0f

Please sign in to comment.