Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.4.5 #83

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading