You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
link_shortener/CHANGELOG.org

284 B

Change Log

0.1.0 <2023-07-05 Wed>

Init project. Added the Links model. Added README and CHANGELOG.

0.1.1 <2023-07-06 Thu>

Updated the Links model to have a unique shorten.

0.1.2 <2023-07-06 Thu>

Renamed the Links.get_one_by_name to get_one_by_shorten.