File: CHANGELOG.md

package info (click to toggle)
python-screed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: python: 3,356; makefile: 169; sh: 32; javascript: 16
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (3)
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.