blob: 1bbbef03428bc1572fc6302cf56b8b6c6cf67bae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 4.0.0 - 2023-03-11
### Changed
- Use serpentity 4.x.x
## 3.0.0 - 2020-03-09
### Changed
- Use module syntax instead of require
- Use shared lib repo instead of independent repositories
## 2.0.0 - 2018-04-20
### Changed
- Use the namespaced serpentity
## 1.0.0 - 2017-04-12
### Added
- Initial Release
|