Skip to content

Commit dab94be

Browse files
committed
chore: release v0.6.4
1 parent f49662e commit dab94be

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Changes to server
2+
3+
- Log files now have a `.log` extension instead of `.txt`.
4+
5+
### Builds and CI
6+
7+
- Added support for Alpine Linux.
8+
- Completely revamp CI to build executables and release versions automatically based on CHANGELOG.md and version file.
9+
10+
### Documentation
11+
12+
- Updated `README`, `CONTRIBUTING` and `.github/*TEMPLATE`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intel-api-server",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "An implementation of the Dabbu Intel API that helps in extraction of and one pagers/summaries of all knowledge around a certain topic, person or place based on information/data from multiple providers",
55
"main": "src/server.js",
66
"scripts": {

version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.6.4

0 commit comments

Comments
 (0)