Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Oct 19, 2022
1 parent e620fce commit 4546f8f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
</REQUIREMENTS>
<PACKAGING>
<NAME>mbt-listcube</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.3.1</VERSION>
<DESCRIPTION>Variants for transaction LISTCUBE: simple, powerful, free!</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BW-LISTCUBE</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_LISTCUBE_TN</LOGO>
<DEPENDENCIES>
<item>
<NAME>mbt-base</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.3.1</VERSION>
</item>
</DEPENDENCIES>
</PACKAGING>
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

## [Unreleased]

## Version [1.3.1] - 2022-10-18

### Added

- Contribution guidelines

### Changed

- Changed license from GPL3-or-later to GPL3-only
- Updated metadata to latest abapGit format
- Renamed screen elements
- Bump MBT Base dependency

## Version [1.3.0] - 2022-05-19
Expand All @@ -31,7 +40,8 @@ Launch Release
Initial Release. For details, see [Features](https://marcbernardtools.com/docs/mbt-listcube/features).


[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Listcube/compare/1.3.0...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Listcube/compare/1.3.1...main
[1.3.1]: https://github.com/Marc-Bernard-Tools/MBT-Listcube/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/Marc-Bernard-Tools/MBT-Listcube/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/Marc-Bernard-Tools/MBT-Listcube/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Marc-Bernard-Tools/MBT-Listcube/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bw_listcube.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bw_listcube DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.3.0' ##NO_TEXT,
version TYPE string VALUE '1.3.1' ##NO_TEXT,
title TYPE string VALUE 'MBT Listcube' ##NO_TEXT,
description TYPE string
VALUE 'Variants for transaction LISTCUBE: simple, powerful, free!' ##NO_TEXT,
Expand Down

0 comments on commit 4546f8f

Please sign in to comment.