Skip to content

Commit d5e74b6

Browse files
committed
Uses MSL 4.1.0, upgrade version number and date
1 parent ee11c17 commit d5e74b6

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2025-10-02
6+
7+
- Uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) 4.1.0.
8+
59
## [0.2.0] - 2024-06-13
610

711
### Added

Credibility/Resources/Language/Credibility.de.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,11 @@ msgid "<html> \n"
11141114
"This section summarizes the changes that have been performed on the library.\n"
11151115
"</p>\n"
11161116
"\n"
1117+
"<h4>Version 0.3.0 (2025-10-02)</h4>\n"
1118+
"<p>\n"
1119+
"Verwendet Modelica Standard Library 4.1.0. Keine weiteren Änderungen.\n"
1120+
"</p>\n"
1121+
"\n"
11171122
"<h4>Version 0.2.0 (2024-06-13)</h4>\n"
11181123
"<p>\n"
11191124
"The following improvements have been realized.\n"

Credibility/Resources/Language/Credibility.pot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,11 @@ msgid "<html> \n"
576576
"This section summarizes the changes that have been performed on the library.\n"
577577
"</p>\n"
578578
"\n"
579+
"<h4>Version 0.3.0 (2025-10-02)</h4>\n"
580+
"<p>\n"
581+
"Uses Modelica Standard Library 4.1.0. No other changes done.\n"
582+
"</p>\n"
583+
"\n"
579584
"<h4>Version 0.2.0 (2024-06-13)</h4>\n"
580585
"<p>\n"
581586
"The following improvements have been realized.\n"

Credibility/UsersGuide.mo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,11 @@ is given in the next figure (from
502502
This section summarizes the changes that have been performed on the library.
503503
</p>
504504
505+
<h4>Version 0.3.0 (2025-10-02)</h4>
506+
<p>
507+
Uses Modelica Standard Library 4.1.0. No other changes done.
508+
</p>
509+
505510
<h4>Version 0.2.0 (2024-06-13)</h4>
506511
<p>
507512
The following improvements have been realized.

Credibility/package.mo

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
within ;
2-
package Credibility "Credibility Library - Version 0.2.0"
2+
package Credibility "Credibility Library"
33
extends Modelica.Icons.Package;
44
import Modelica.Units;
55

66
annotation (
77
preferredView="info",
8-
version="0.2.0",
9-
versionDate="2024-06-13",
10-
dateModified = "2024-05-03 14:00:00Z",
8+
version="0.3.0",
9+
versionDate="2025-10-02",
10+
dateModified = "2025-10-02 14:00:00Z",
1111
revisionId="$Format:%h %ci$",
1212
uses(
13-
Modelica(version="4.0.0")),
13+
Modelica(version="4.1.0")),
1414
Documentation(
1515
info="<html>
1616
<p>
@@ -47,5 +47,6 @@ For copyright and BSD 3-clause license, see
4747
points={{-56,-2},{-20,-56},{62,38},{48,52},{-20,-20},{-40,10},{-56,-2}},
4848
lineColor={0,140,72},
4949
fillColor={0,140,72},
50-
fillPattern=FillPattern.Solid)}));
50+
fillPattern=FillPattern.Solid)}),
51+
conversion(noneFromVersion="0.2.0"));
5152
end Credibility;

0 commit comments

Comments
 (0)