Skip to content

Commit

Permalink
0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 7, 2024
1 parent 5dc0aa5 commit 568bc4e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= OS-Lib
:version: 0.10.5
:version: 0.10.6
:toc-placement: preamble
:toclevels: 3
:toc:
Expand Down Expand Up @@ -2247,12 +2247,18 @@ string, int or set representations of the `os.PermSet` via:

== Changelog

[#0-10-6]
=== 0.10.6

* Make `os.pwd` modifiable via the `os.dynamicPwd` dynamic variable https://github.com/com-lihaoyi/os-lib/pull/298

[#0-10-5]
=== 0.10.5

* Introduce `os.SubProcess.env` `DynamicVariable` to override default `env`
(https://github.com/com-lihaoyi/os-lib/pull/295)


[#0-10-4]
=== 0.10.4

Expand All @@ -2272,7 +2278,7 @@ string, int or set representations of the `os.PermSet` via:
[#0-10-2]
=== 0.10.2

* Support `os.proc` on Scala Native ([#257](https://github.com/com-lihaoyi/os-lib/pull/257))
* Support `os.proc` on Scala Native (https://github.com/com-lihaoyi/os-lib/pull/257)

[#0-10-1]
=== 0.10.1
Expand Down

0 comments on commit 568bc4e

Please sign in to comment.