Skip to content

Commit d6223de

Browse files
committed
Version bumped to 0.1.2
1 parent a82f5be commit d6223de

7 files changed

+17
-12
lines changed

AdaML.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
' -------------------------------------------------------------------------- '
22
' '
3-
' AdaML - Ada-tailored UML modeling Language - 0.1.1 '
3+
' AdaML - Ada-tailored UML modeling Language - 0.1.2 '
44
' Copyright (C) 2019, 2020 Francesc Rocher '
55
' '
66
' This program is free software; you can redistribute it and/or modify '

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ PlatUML, UML and Ada *packages*. This diagram has been generated, in turn, with
66
AdaML. See below the AdaML source code.
77

88
<p align="center">
9-
<img src="http://www.plantuml.com/plantuml/proxy?cache=yes&src=https://raw.github.com/rocher/AdaML/release/0.1.1/diagram/self-AdaML-01.aml">
9+
<img src="http://www.plantuml.com/plantuml/proxy?cache=yes&src=https://raw.github.com/rocher/AdaML/release/0.1.2/diagram/self-AdaML-01.aml">
1010
</p>
1111

1212
<details>
1313
<summary><b>AdaML Source Code</b> &nbsp; &mdash; <i>click to expand</i> &mdash;</summary>
1414
<pre>
15-
!include https://raw.github.com/rocher/AdaML/release/0.1.1/AdaML.puml
15+
!include https://raw.github.com/rocher/AdaML/release/0.1.2/AdaML.puml
1616
scale 600 width
1717

1818
package("AdaML")
@@ -33,8 +33,8 @@ left_right("UML", "Ada")
3333

3434
### Doc
3535
For more information and examples, download
36-
[AdaML.pdf](https://raw.github.com/rocher/AdaML/relese/1.1.0/doc/AdaML.pdf) or
37-
[read online](https://github.com/rocher/AdaML/blob/release/1.1.0/doc/AdaML.pdf)
36+
[AdaML.pdf](https://raw.github.com/rocher/AdaML/relese/0.1.2/doc/AdaML.pdf) or
37+
[read online](https://github.com/rocher/AdaML/blob/release/0.1.2/doc/AdaML.pdf)
3838
in GitHub.
3939

4040
# Introduction
@@ -75,7 +75,7 @@ AdaML must be used locally to get quality graphics. You can generate diagrams in
7575
- Remove default lines and paste the following code:
7676

7777
```
78-
!include https://raw.github.com/rocher/AdaML/release/0.1.1/AdaML.puml
78+
!include https://raw.github.com/rocher/AdaML/release/0.1.2/AdaML.puml
7979
scale 300 width
8080
8181
begin_type("Pan_Dimensional")
@@ -105,6 +105,10 @@ This is an example of the AdaML documentation:
105105
[deep-thought-02.aml](https://raw.github.com/rocher/AdaML/develop/diagram/deep-thought-02.aml)
106106

107107
# ChangeLog
108+
### Release 0.1.2
109+
110+
+ Adapt to new PlantUML interface
111+
108112
### Release 0.1.1
109113

110114
+ Scaled images of `REAME.md` file

doc/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ _minted-AdaML/
55
*.pdf
66
!AdaML.pdf
77
*.eps
8+
.pdf-view-restore

doc/AdaML.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#+TITLE: AdaML
22
# -- version settings
3-
#+MACRO: gitbranch 0.1.1
4-
#+MACRO: version 0.1.1
5-
#+LATEX_HEADER: \newcommand{\AdaMLVersion}{ 0.1.1 }
3+
#+MACRO: gitbranch 0.1.2
4+
#+MACRO: version 0.1.2
5+
#+LATEX_HEADER: \newcommand{\AdaMLVersion}{ 0.1.2 }
66
# -- subtitle settings
77
#+LATEX_HEADER: \newcommand{\PDFSubtitle}{Ada tailored UML Modeling Language}
88
#+LATEX_HEADER: \newcommand{\AdaMLSubtitle}{\vspace{.77cm}\ding{125}\ \textit{Ada-tailored UML\newline Modeling Language} \ding{126}\vspace{1cm}}

doc/AdaML.pdf

-41.5 KB
Binary file not shown.

doc/appendix.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
** Release
33
*** Status
44
+ AdaML is available under the terms of the GPLv3 License
5-
+ Current release is =0.1.1=
5+
+ Current release is =0.1.2=
66

77
*** ChangeLog
88
+ First public release including everything you see in this overview document

doc/introduction.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Remove default lines and paste the following code:
2323

2424
#+begin_example
25-
!include https://raw.github.com/rocher/AdaML/release/0.1.1/AdaML.puml
25+
!include https://raw.github.com/rocher/AdaML/release/0.1.2/AdaML.puml
2626
begin_type("Pan_Dimensional")
2727
procedure("Ask_The_Question", "in out Natural")
2828
end()
@@ -42,7 +42,7 @@ In case you want to test the examples in this doc
4242
- Visit one of the several available PlantUML online servers
4343
- Copy and paste the =AdaML= code shown in the examples
4444
- Replace the line '=!include AdaML.puml=' with\newline \newline
45-
\scriptsize{!include https://raw.github.com/rocher/AdaML/release/0.1.1/AdaML.puml}
45+
\scriptsize{!include https://raw.github.com/rocher/AdaML/release/0.1.2/AdaML.puml}
4646
\newline
4747
*** Warning
4848
Depending on the PlantUML version used in the web site you can obtain different

0 commit comments

Comments
 (0)