Skip to content

Commit

Permalink
Merge pull request #49 from sohosai/release/v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
coord-e authored Mar 28, 2021
2 parents 132849e + 542222d commit e3341d8
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 24 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [0.3.0] - 2021-03-29

### Added

- File sharings ([#42](https://github.com/sohosai/sos21-backend/pull/42))
Expand All @@ -15,7 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Adjust file usage quota ([#43](https://github.com/sohosai/sos21-backend/pull/43))
- Accept all email address with 'tsukuba.ac.jp' suffix as university email address ([#45](https://github.com/sohosai/sos21-backend/pull/45))

### Deprecated
### Removed

- Options to specify how the checkbox answers are displayed when exporting form answers ([#48](https://github.com/sohosai/sos21-backend/pull/48))
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

pkgs.rustPlatform.buildRustPackage {
pname = "sos21-backend";
version = "0.2.1";
version = "0.3.0";
src = ./.;

cargoSha256 = "03f69nvcx63kcxdr1cvcwn48fgjbwvs3hxh8jdj0mf2a0khxh6r7";
cargoSha256 = "1nq8pyl3xsri74q4ify74cwg2v11f2ifpsdsx29bldz3v1nm73kb";

nativeBuildInputs = with pkgs; [
zlib
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
depends_on:
- api-server
api-server:
image: docker.pkg.github.com/sohosai/sos21-backend/sos21-backend:v0.2.1
image: docker.pkg.github.com/sohosai/sos21-backend/sos21-backend:v0.3.0
command: sos21-api-server
environment:
SOS21_API_SERVER_JWT_AUDIENCE: ${SOS21_FIREBASE_PROJECT_ID:?}
Expand All @@ -32,7 +32,7 @@ services:
- run-migrations
- create-bucket
run-migrations:
image: docker.pkg.github.com/sohosai/sos21-backend/sos21-backend:v0.2.1
image: docker.pkg.github.com/sohosai/sos21-backend/sos21-backend:v0.3.0
command: sos21-run-migrations --wait
environment:
SOS21_RUN_MIGRATIONS_POSTGRES_URI: "postgres://sos21:sos21@db:5432/sos21"
Expand Down
11 changes: 9 additions & 2 deletions sos21-api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ with the HTTP API interface being the "public API".

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [0.3.0] - 2021-03-29

### Added

- File sharings ([#42](https://github.com/sohosai/sos21-backend/pull/42))

### Changed
### Deprecated
### Removed

- Options to specify how the checkbox answers are displayed when exporting form answers ([#48](https://github.com/sohosai/sos21-backend/pull/48))
Expand Down
2 changes: 1 addition & 1 deletion sos21-api-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-api-server"
version = "0.2.1"
version = "0.3.0"
authors = ["coord_e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sos21-api-server/schema/api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: sos21-api-server
version: 0.2.1
version: 0.3.0
contact:
name: coord_e
email: me@coord-e.com
Expand Down
2 changes: 1 addition & 1 deletion sos21-api-server/schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sos21-api-server/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sos21-api-server-schema",
"version": "0.2.1",
"version": "0.3.0",
"description": "OpenAPI schema for sos21-api-server",
"scripts": {
"lint:spectral": "spectral lint ./api.yml -F hint",
Expand Down
2 changes: 1 addition & 1 deletion sos21-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-database"
version = "0.2.1"
version = "0.3.0"
authors = ["coord.e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sos21-domain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-domain"
version = "0.2.1"
version = "0.3.0"
authors = ["coord.e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sos21-gateway/database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-gateway-database"
version = "0.2.1"
version = "0.3.0"
authors = ["coord.e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sos21-gateway/s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-gateway-s3"
version = "0.2.1"
version = "0.3.0"
authors = ["coord.e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sos21-run-migrations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-run-migrations"
version = "0.2.1"
version = "0.3.0"
authors = ["coord.e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sos21-use-case/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos21-use-case"
version = "0.2.1"
version = "0.3.0"
authors = ["coord.e <me@coord-e.com>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit e3341d8

Please sign in to comment.