Skip to content

Commit 764c60f

Browse files
authored
Merge pull request #371 from yegor256/version-up
New version in README and CITATION.cff
2 parents e809669 + 72203d6 commit 764c60f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors:
1313
given-names: "Yegor"
1414
orcid: "https://orcid.org/0000-0001-6370-0678"
1515
title: "CAM: A Collection of Snapshots of GitHub Java Repositories Together with Metrics"
16-
version: 0.9.2
16+
version: 0.9.3
1717
doi: 10.48550/arXiv.2403.08488
18-
date-released: 2024-03-31
18+
date-released: 2024-09-23
1919
url: "https://arxiv.org/abs/2403.08488"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ your [personal access token][create-PAT]:
5757
docker run --detach --name=cam --rm --volume "$(pwd):/dataset" \
5858
-e "TOKEN=XXX" -e "TOTAL=1000" -e "TARGET=/dataset" \
5959
--oom-kill-disable --memory=16g --memory-swap=16g \
60-
yegor256/cam:0.9.2 "make -e >/dataset/make.log 2>&1"
60+
yegor256/cam:0.9.3 "make -e >/dataset/make.log 2>&1"
6161
```
6262

6363
This command will create a new Docker container, running in the background.
@@ -134,7 +134,7 @@ using one of the existing files as an example.
134134
if you don't change any installation scripts:
135135
136136
```bash
137-
docker run -v $(pwd):/c --rm yegor256/cam:0.9.2 make -C /c test
137+
docker run -v $(pwd):/c --rm yegor256/cam:0.9.3 make -C /c test
138138
```
139139
140140
5. Send us a

0 commit comments

Comments
 (0)