Skip to content

Commit

Permalink
Merge branch 'hotfix/0.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Apr 24, 2024
2 parents bd23bef + a282df4 commit 13e8d2c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes (beginning at version 0.2.0) to this project will be documen
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).

## [0.8.2] - 2024-04-24
### Changed
Upgraded SASTADEV dependency

## [0.8.1] - 2024-01-31
### Added
- Adhere to FAIR software principles
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ abstract: >-
transcripts, to aid clinical linguists and research into
language development and language disorders.
license: BSD-3-Clause
version: 0.8.1
version: 0.8.2
date-released: '2024-01-31'
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ requests==2.28.1
# spacy
requests-oauthlib==1.3.1
# via django-allauth
sastadev==0.1.4
sastadev==0.1.5
# via
# -r requirements.in
# auchann
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/environments/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// TODO: Compile this from toplevel package.json
export const version = '0.8.1';
export const version = '0.8.2';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sasta",
"version": "0.8.1",
"version": "0.8.2",
"description": "Annotate and analyze transcripts",
"author": "UU Digital Humanities Lab",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 13e8d2c

Please sign in to comment.