aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md28
-rw-r--r--src/cpt-lib2
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ad0a4a..2c726bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,34 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+4.0.0 - 2020-09-09
+--------------------------------------------------------------------------------
+
+With this update, all the documentation was moved to the `docs` repository,
+which can be accessed from the following sources:
+
+- [Docs Repository](https://github.com/carbslinux/docs)
+- [Online User Manual](https://carbslinux.org/docs)
+- `carbs-docs` package
+
+### Added
+- Added the ability to test packages using a new executable file `test`.
+- Added `$CPT_TEST` variable for testing packages.
+- Added `--test|-t` option to build.
+- Added support for `mercurial` repositories.
+- Added options to install the tools "static" so they don't depend on cpt-lib.
+- Added basic unit tests. See `make test`.
+
+### Changed
+- Most contrib scripts now use the current directory as the package name.
+
+### Removed
+- Removed the `docs/` folder.
+
+### Fixed
+- Fixed `getoptions` parsers while declaring initial variables.
+- Fixed build `cpt-stat` on the Makefile.
+
3.3.1 - 2020-08-31
--------------------------------------------------------------------------------
diff --git a/src/cpt-lib b/src/cpt-lib
index 27f252b..6f345a0 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -8,7 +8,7 @@
# Currently maintained by Cem Keylan.
version() {
- log "Carbs Packaging Tools" 3.3.1
+ log "Carbs Packaging Tools" 4.0.0
exit 0
}