Skip to content

Commit

Permalink
Release: retcl-0.5.0
Browse files Browse the repository at this point in the history
This release adds support for TLS connections. See the TLS section in the
README.

Thanks to Colin Macleod for triggering this feature addition and for helping
out with coming up with a reasonable API.
  • Loading branch information
gahr committed May 22, 2024
1 parent dc6b065 commit eb73626
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifdef::generate_manpage[]
:author: Pietro Cerutti
:email: gahr@gahr.ch
:revdate: October 24, 2021
:revnumber: 0.4.0
:revnumber: 0.5.0
:package: retcl
:doctype: manpage
:manmanual: RETCL
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h1>retcl(n)</h1>
<div class="details">
<span id="author" class="author">Pietro Cerutti</span><br/>
<span id="email" class="email"><a href="mailto:gahr@gahr.ch">gahr@gahr.ch</a></span><br/>
<span id="revnumber">version 0.4.0,</span>
<span id="revnumber">version 0.5.0,</span>
<span id="revdate">October 24, 2021</span>
</div>
<div id="toc" class="toc">
Expand Down Expand Up @@ -772,8 +772,8 @@ <h2 id="_copying">Copying</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 0.4.0<br/>
Last updated 2024-05-22 13:08:18 UTC
Version 0.5.0<br/>
Last updated 2024-05-22 13:51:37 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion retcl-0.4.0.tm → retcl-0.5.0.tm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
package require Tcl 8.6
package require TclOO

package provide retcl 0.4.0
package provide retcl 0.5.0

catch {retcl destroy}

Expand Down
2 changes: 1 addition & 1 deletion retcl.tm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
package require Tcl 8.6
package require TclOO

package provide retcl 0.4.0
package provide retcl 0.5.0

catch {retcl destroy}

Expand Down
2 changes: 1 addition & 1 deletion test/001-pkg-version.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

tcltest::test pkg-version-1.1 {pkg version is correct} -body {
package require retcl
} -result {0.4.0}
} -result {0.5.0}

0 comments on commit eb73626

Please sign in to comment.