Skip to content

Commit

Permalink
infra(compose version): remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Aug 3, 2024
1 parent c7790eb commit b46df4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Development]

## [0.34.3 - 2024-08-03]

### Added

* Layout `modularity_weighted_layout` that uses edge weights to more strongly emphasize community structure
Expand All @@ -18,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Infra

* Upgrade tests to`docker compose` from `docker-compose`
* Remove deprecated `version` to address warnings

## [0.34.2 - 2024-07-22]

Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

networks:
grph_net:
name: grph_net
Expand Down

0 comments on commit b46df4c

Please sign in to comment.