Skip to content

Commit e9f2330

Browse files
committed
Merge branch '0.7'
2 parents 3b57f9a + 5c94622 commit e9f2330

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
* 0.7.2 (2026-07-01)
4+
* Fixed issue with package links not being updated
5+
* Updated `guzzlehttp/psr7` dependency to fix potential security vulnerability
6+
37
* 0.7.1 (2026-06-12)
48
* Pinned Postgres version to 16.x in standalone image
59

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/installation/docker-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ commit you want to build. Simply run the `docker build` command inside the repos
9595
```shell
9696
git clone https://github.com/codedmonkey/dirigent.git
9797
cd dirigent
98-
git checkout v0.7.1
98+
git checkout v0.7.2
9999
docker build -t dirigent-standalone .
100100
```
101101

0 commit comments

Comments
 (0)