Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Dec 27, 2020
1 parent 3423e4d commit 4b480ce
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
}

group = 'ru.exlmoto'
version = '1.0.0'
version = '1.0.1'
sourceCompatibility = '1.8'

configurations {
Expand Down
26 changes: 25 additions & 1 deletion doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.1, Upcoming Release:
## v1.0.1, 27-Dec-2020, Patch Release:

- Added birthdays of MotoFan.Ru forum users to the morning report.

Expand Down Expand Up @@ -34,6 +34,30 @@
- org.yaml:snakeyaml 1.26 => 1.27
- org.owasp.encoder:encoder 1.2.2 => 1.2.3

### Technical Notes:

```bash
git log --pretty=oneline --abbrev-commit | wc -l
1023

cloc src/main/
171 text files.
171 unique files.
5 files ignored.

github.com/AlDanial/cloc v 1.82 T=0.51 s (327.1 files/s, 34986.6 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Java 143 2426 3390 10132
HTML 19 0 62 1030
CSS 3 7 9 538
YAML 1 0 0 160
-------------------------------------------------------------------------------
SUM: 166 2433 3461 11860
-------------------------------------------------------------------------------
```

## v1.0.0, 25-May-2020, First Public Release:

- Now Digest Service source code is available on GitHub, GitLab, and Bitbucket resources.
Expand Down
2 changes: 1 addition & 1 deletion util/digest.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target network-online.target postgresql.service
[Service]
User=opc
WorkingDirectory=/srv/
ExecStart=/usr/bin/java -jar /srv/digest-service-1.0.0.jar
ExecStart=/usr/bin/java -jar /srv/digest-service-1.0.1.jar
StandardOutput=journal
StandardError=journal
SyslogIdentifier=digest
Expand Down

0 comments on commit 4b480ce

Please sign in to comment.