File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 1.5.7b] - 2024-03-22
6+ - fix release for WS293
7+
58## [ 1.5.7] - 2024-03-22
69- initial release for WS293
710
Original file line number Diff line number Diff line change 11NAME := wormbase/rest
2- WORMBASE_REST_VERSION ?= "1.5.7 "
2+ WORMBASE_REST_VERSION ?= "1.5.7b "
33EBX_CONFIG := .ebextensions/.config
44WB_DB_URI ?= $(shell sed -rn 's|value:(.* ) |\1|p' \
55 ${EBX_CONFIG} | tr -d " " | head -n 1)
Original file line number Diff line number Diff line change 11version : " 3.7"
22services :
33 wormbase_api :
4- image : 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.7
4+ image : 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.7b
55 ports :
66 - " 80:3000"
77 environment :
Original file line number Diff line number Diff line change 1- (defproject wormbase /rest-api " 1.5.7 "
1+ (defproject wormbase /rest-api " 1.5.7b "
22 :description
33 " REST API for retrieving data from datomic on a per widget basis"
44 :url " https://github.com/WormBase/wormbase-rest"
You can’t perform that action at this time.
0 commit comments