diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de069d..a445813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.4.3 +- updated the readme to make it more suitable for pub.dev. +- Added additional diagnostic details to onepub doctor. +- changed doctor to refer to the member and organisation as the 'Active' member and organisation to reflect that we can be logged into multiple organisations. + # 1.4.2 - Added docker shell detection to the login command with instructions on how work with docker. - Fixed the path to the ssh guide in the login error. diff --git a/lib/src/version/version.g.dart b/lib/src/version/version.g.dart index 0276ed6..ae9b78c 100644 --- a/lib/src/version/version.g.dart +++ b/lib/src/version/version.g.dart @@ -1,3 +1,3 @@ /// GENERATED BY pub_release do not modify. /// onepub version -String packageVersion = '1.4.2'; +String packageVersion = '1.4.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 8dfacdb..761b713 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: onepub -version: 1.4.2 +version: 1.4.3 homepage: https://onepub.dev documentation: https://docs.onepub.dev description: Command line tools for onepub.dev including a replacement pub command. diff --git a/test/test_settings.yaml b/test/test_settings.yaml index 067c15e..d244556 100644 --- a/test/test_settings.yaml +++ b/test/test_settings.yaml @@ -4,4 +4,4 @@ organisationId: "jbbxpsdavu" organisationName: "OnePub" cicd_member: "bsutton@onepub.dev" member: "bsutton@noojee.com.au" -onepub_token: "7a637222-80a3-4902-8288-066a1a6ee2e3" +onepub_token: "9a1f7aad-e728-4c09-a889-7428992e388d"