Skip to content

Commit

Permalink
Merge pull request #66 from Workiva/release_scip-dart_1.1.2
Browse files Browse the repository at this point in the history
RM-199946 Release scip-dart 1.1.2
  • Loading branch information
rmconsole7-wk authored Jun 29, 2023
2 parents 88dbc18 + 99a2b27 commit cade411
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.2

- added `--version` flag to retrieve the version of scip-dart
- populated `ToolInfo.version` in resulting scip files

## 1.1.1

- Fixed bug where running indexing on a dart package with a nested subpackage would throw an exception
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// stored within pubspec.yaml

/// The current version of scip_dart
const scipDartVersion = '1.1.1';
const scipDartVersion = '1.1.2';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scip_dart
version: 1.1.1
version: 1.1.2
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit cade411

Please sign in to comment.