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 fedc9ca commit 7932b27
Show file tree
Hide file tree
Showing 3 changed files with 17 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-logical-object-lister</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.3.1</VERSION>
<DESCRIPTION>Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BW-LOL</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_LOGICAL_OBJECT_LISTER_TN</LOGO>
<DEPENDENCIES>
<item>
<NAME>mbt-base</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.3.1</VERSION>
</item>
</DEPENDENCIES>
</PACKAGING>
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.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

## Version [1.3.0] - 2022-05-30

### Added
Expand All @@ -34,7 +46,8 @@ Launch Release
Initial Release. For details, see [Features](https://marcbernardtools.com/docs/mbt-logical-object-lister/features).


[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister/compare/1.3.0...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister/compare/1.3.1...main
[1.3.1]: https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bw_lol.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bw_lol 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 Logical Object Lister' ##NO_TEXT,
description TYPE string
VALUE 'Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models' ##NO_TEXT,
Expand Down

0 comments on commit 7932b27

Please sign in to comment.