File: CHANGELOG.md

package info (click to toggle)
python-screed 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 824 kB
  • sloc: python: 3,353; makefile: 164; sh: 22; javascript: 16
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Change Log
All notable changes to the screed project will be documented in this file.
See [keepachangelog](http://keepachangelog.com/) for more info.

The screed Python and command-line APIs adhere to
[Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- screed CLI, with database creation and conversion commands.
- screed.make_db, a simplified way of creating DB using the Python API.