Skip to content

Commit 06204c7

Browse files
authored
Merge pull request #319 from rsnyman/release-2.1.0
Release 2.1.0
2 parents 70085e1 + 73477aa commit 06204c7

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 2.1.0
2+
=============
3+
4+
* Add project management for administrators
5+
* Ignore persistent data
6+
* Update the Getting Started documentation
7+
* Add data persistence to ibutsu-pod.sh script
8+
* Bump minimist from 1.2.5 to 1.2.6 in /frontend
9+
* Add basic user management
10+
* Add a development Docker Compose file
11+
112
Version 2.0.3
213
=============
314

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: A system to store and query test results
44
title: Ibutsu API
5-
version: 2.0.3
5+
version: 2.1.0
66
servers:
77
- url: /api
88
tags:

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
NAME = "ibutsu_server"
6-
VERSION = "2.0.3"
6+
VERSION = "2.1.0"
77
REQUIRES = [
88
"alembic",
99
# Pin Celery to be compatible with Kombu

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibutsu-frontend",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.15.8",

0 commit comments

Comments
 (0)