From 15beca5237e774bfb160e75cea028ae9918c0cf7 Mon Sep 17 00:00:00 2001 From: Yeikel Uriarte Arteaga Date: Mon, 24 Jan 2022 17:46:03 -0500 Subject: [PATCH] chore: change version to `0.0.1-beta` - add LICENSE file. - add CHANGELOG.md file. --- CHANGELOG.md | 5 +++++ LICENSE | 8 ++++++++ pubspec.yaml | 7 ++++--- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4d0251a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# CHANGELOG + +## 0.0.1-beta + +* feat: add methods to interact with DetaBase diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..64c0e82 --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +# MIT License + +Copyright (c) 2022 Yeikel Uriarte Arteaga +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/pubspec.yaml b/pubspec.yaml index dd92825..3e2d6eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: deta -description: A Very Good Project created by Very Good CLI. -version: 1.0.0+1 -publish_to: none +description: A Dart package to interact with the HTTP API of the free services of the Deta plataform. +version: 0.0.1-beta +repository: https://github.com/yeikel16/deta-dart +homepage: https://github.com/yeikel16/deta-dart environment: sdk: ">=2.14.0 <3.0.0"