We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd92a4d commit f424e00Copy full SHA for f424e00
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## [0.3.0] - 2022-02-21
4
+
5
+- Support add extra docker compose services and volumes
6
+- Isolate each job with docker compose project name and network
7
8
## [0.2.2] - 2022-02-11
9
10
- Auto remove containers
lib/matrixeval/ruby/version.rb
@@ -2,6 +2,6 @@
module Matrixeval
module Ruby
- VERSION = "0.2.2"
+ VERSION = "0.3.0"
end
0 commit comments