Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Oct 19, 2023
1 parent f4cdbfe commit ae09d44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@ 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](https://semver.org/)

## [Unreleased]
## [1.0.0] 2023-10-19

### Added

- creation of ULID based URNs

### Changed

- no inputs entities allowed


## [0.0.1] 2023-10-09

### Added

- initial version
- multiple values per entity

3 changes: 3 additions & 0 deletions cmem_plugin_ulid/transform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
- Case insensitive
- No special characters (URL safe)
- Monotonic sort order (correctly detects and handles the same millisecond)
This transform plugin allows for creation of ULID based identifiers (plain or URN).
It does not support any input entities.
""",
parameters=[
PluginParameter(
Expand Down

0 comments on commit ae09d44

Please sign in to comment.