From eadf2ac268c5db9aea886399f4b3525909451148 Mon Sep 17 00:00:00 2001 From: n1mus <709030+n1mus@users.noreply.github.com> Date: Mon, 2 May 2022 12:00:04 -0700 Subject: [PATCH 1/2] use image arangodb:3.9 --- CHANGELOG.md | 1 + docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f252ec..050b0132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Use locale en_US instead of c.utf-8 +- Upgrade to image arangodb:3.9 ### Removed - Generic fulltext search and tests diff --git a/docker-compose.yaml b/docker-compose.yaml index e1739190..ac4d333d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -46,7 +46,7 @@ services: # Arangodb server in cluster mode arangodb: - image: arangodb:3.5 + image: arangodb:3.9 ports: - "127.0.0.1:8529:8529" command: sh -c "arangodb --starter.local" From 60a716b42b08c1e18f02c31abbebb7d3b4ebb0c6 Mon Sep 17 00:00:00 2001 From: n1mus <709030+n1mus@users.noreply.github.com> Date: Mon, 2 May 2022 12:32:47 -0700 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050b0132..3185fb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.0.19] - 2022-05-02 +### Added +- github actions to build `develop`, `pr-x` and released version (e.g. `1.2.3`) Tags +- instructions for how to release to production ### Changed - Use locale en_US instead of c.utf-8 @@ -14,11 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Generic fulltext search and tests -## [0.0.19] - 2022-04-15 -### Added -- github actions to build `develop`, `pr-x` and released version (e.g. `1.2.3`) Tags -- instructions for how to release to production - ## [0.0.18] - 2022-03-02 ### Added - taxonomy_search_species_strain and taxonomy_search_species_strain_no_sort stored queries