Skip to content

Commit

Permalink
Stamp v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vik Fearing committed Aug 25, 2019
1 parent 36e7541 commit 2fd8f7a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
Binary file added .periods--0.05.sql.swp
Binary file not shown.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.0] – 2019-08-25

### Added

- Initial release. Supports all features of the SQL Standard
concerning periods and `SYSTEM VERSIONING`.

[Unreleased]: https://github.com/xocolatl/periods/compare/v1.0...HEAD
[1.0]: https://github.com/xocolatl/periods/releases/tag/v1.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MODULES = periods
EXTENSION = periods
DATA = periods--0.05.sql
DATA = periods--1.0.sql
DOCS = README.periods

REGRESS = install \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion periods.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
comment = 'Provide Standard SQL functionality for PERIODs and SYSTEM VERSIONING'
default_version = 0.05
default_version = 1.0
module_pathname = '$libdir/periods'
relocatable = false
requires = 'btree_gist'

0 comments on commit 2fd8f7a

Please # to comment.