File: CHANGELOG.md

package info (click to toggle)
rust-simplecss 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 196 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Change Log
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/).

## [Unreleased]

## [0.2.0] - 2019-08-17
- A complete rewrite.

## [0.1.0] - 2017-01-14
- Initial release.

[Unreleased]: https://github.com/RazrFalcon/simplecss/compare/v0.2.0...HEAD
[0.1.0]: https://github.com/RazrFalcon/simplecss/compare/v0.1.0...v0.2.0