File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ jobs:
48
48
- name : test
49
49
run : make test_with_coverage_report
50
50
51
- packpack :
52
- runs-on : ubuntu-latest
53
- needs : test
54
- steps :
55
- - uses : actions/checkout@v2
51
+ # packpack:
52
+ # runs-on: ubuntu-latest
53
+ # needs: test
54
+ # steps:
55
+ # - uses: actions/checkout@v2
56
56
57
- - name : packpack
58
- run : |
59
- git clone https://github.com/packpack/packpack.git packpack
60
- OS=el DIST=7 packpack/packpack
61
- ls -l build/
57
+ # - name: packpack
58
+ # run: |
59
+ # git clone https://github.com/packpack/packpack.git packpack
60
+ # OS=el DIST=7 packpack/packpack
61
+ # ls -l build/
62
62
63
63
promtool :
64
64
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.15.1] - 2022-09-20
9
10
### Added
10
11
11
12
- ` memtx ` MVCC memory monitoring
You can’t perform that action at this time.
0 commit comments