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 bf1c312 commit f5386b1
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 @@ -13,7 +13,7 @@
</REQUIREMENTS>
<PACKAGING>
<NAME>mbt-base</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.3.1</VERSION>
<DESCRIPTION>Foundation for Marc Bernard Tools</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_BASE_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.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 Down Expand Up @@ -48,7 +60,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-Base/compare/1.3.0...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Base/compare/1.3.1...main
[1.3.1]: https://github.com/Marc-Bernard-Tools/MBT-Base/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/Marc-Bernard-Tools/MBT-Base/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/Marc-Bernard-Tools/MBT-Base/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Marc-Bernard-Tools/MBT-Base/compare/1.0.0...1.1.0
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.3.0' ##NO_TEXT,
version TYPE string VALUE '1.3.1' ##NO_TEXT,
title TYPE string VALUE 'MBT Base' ##NO_TEXT,
description TYPE string VALUE 'Foundation for Marc Bernard Tools' ##NO_TEXT,
bundle_id TYPE i VALUE 0,
Expand Down

0 comments on commit f5386b1

Please sign in to comment.