Skip to content

Commit 7d741a6

Browse files
committed
docs(changelog): version 1.3.2 [citest skip]
Update changelog and .README.html for version 1.3.2 Signed-off-by: Rich Megginson <[email protected]>
1 parent f2c6153 commit 7d741a6

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.README.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</style>
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
61+
html { -webkit-text-size-adjust: 100%; }
6162
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { line-height: 1.25; }
63+
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
6364
pre > code.sourceCode > span:empty { height: 1.2em; }
6465
.sourceCode { overflow: visible; }
6566
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +71,7 @@
7071
}
7172
@media print {
7273
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
74+
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
7475
}
7576
pre.numberSource code
7677
{ counter-reset: source-line 0; }

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
[1.3.2] - 2025-04-28
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: unmask should run at the begin to allow the role to manage the units (#87)
10+
11+
### Other Changes
12+
13+
- ci: ansible-plugin-scan is disabled for now (#75)
14+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#78)
15+
- ci: Check spelling with codespell (#79)
16+
- ci: Add test plan that runs CI tests and customize it for each role (#80)
17+
- ci: In test plans, prefix all relate variables with SR_ (#81)
18+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#82)
19+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#83)
20+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#85)
21+
- ci: skip storage scsi, nvme tests in github qemu ci (#86)
22+
423
[1.3.1] - 2024-12-09
524
--------------------
625

0 commit comments

Comments
 (0)