diff --git a/CHANGELOG.md b/CHANGELOG.md index 519587f..884c6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.2.0.1 -- 2024-12-25 + +* Documentation improvements + ### 0.2.0.0 -- 2024-11-24 * Breaking changes diff --git a/LICENSE b/LICENSE index 06a00fd..a9059bd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,5 @@ Copyright (c) 2024, Soumik Sarkar -All rights reserved. - Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -13,7 +11,7 @@ modification, are permitted provided that the following conditions are met: disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of meooow25 nor the names of other + * Neither the name of the copyright holder nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -21,7 +19,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY diff --git a/parser-regex.cabal b/parser-regex.cabal index 649daa0..311f2b3 100644 --- a/parser-regex.cabal +++ b/parser-regex.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: parser-regex -version: 0.2.0.0 +version: 0.2.0.1 synopsis: Regex based parsers homepage: https://github.com/meooow25/parser-regex bug-reports: https://github.com/meooow25/parser-regex/issues