Skip to content

Commit

Permalink
docs(changelog): version 1.3.10 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.3.10

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Feb 13, 2025
1 parent 117f474 commit 1b6a4c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
html { -webkit-text-size-adjust: 100%; }
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +71,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

[1.3.10] - 2025-02-13
--------------------

### Other Changes

- test: use ipaserver role from collection if it exists (#256)
- ci: Check spelling with codespell (#257)
- ci: enable ansible verbosity (#258)
- ci: turn off ansible verbosity (#259)

[1.3.9] - 2025-01-31
--------------------

Expand Down

0 comments on commit 1b6a4c7

Please sign in to comment.