Skip to content

Commit

Permalink
Version bump and changelog for 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed May 28, 2024
1 parent 6a25bbd commit 3be052b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.9.2] - 2024-05-28
### Added
- Added a home page

### Changed
- Locks first row and first two columns in SAF xlsx output

## [0.9.1] - 2024-05-20
### Fixed
- Resolved various bugs that surfaced in release 0.9.0

## [0.9.0] - 2024-04-26
### Changed
Drastic changes to the way analysis is performed, replacing functionality by SASTADEV counterparts:
Expand Down Expand Up @@ -44,7 +55,7 @@ Upgraded SASTADEV dependency
## [0.6.1] - 2022-09-16

### Fixed
- Resolves a bug where transcript paths were uncorrectly saved, leaving them unable to be downloaded
- Resolved a bug where transcript paths were uncorrectly saved, leaving them unable to be downloaded
- Resolved a bug where a dictionary was changed during iteration, preventing analysis

## [0.6.0] - 2022-07-27
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.9.1
version: 0.9.2
date-released: '2024-01-31'
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.9.1';
export const version = '0.9.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.9.1",
"version": "0.9.2",
"description": "Annotate and analyze transcripts",
"author": "UU Digital Humanities Lab",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 3be052b

Please sign in to comment.