Skip to content

Commit

Permalink
v1.0.0-alpha1 (2023-11-13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 13, 2023
1 parent 8d52dd5 commit 2d74ff7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
This project uses [**Break Versioning**](https://www.taoensso.com/break-versioning).

---

# `v1.0.0-alpha1` (2023-11-13)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tempel/versions/1.0.0-alpha1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is Tempel's first public pre-release.

⚠️ **Please don't use this in production yet**, this release is intended for early testers and for those that would like to give feedback.

Please report any unexpected problems and let me know if anything is unclear, inconvenient, etc. Now's the ideal time to get changes in. Thank you! 🙏

## Roadmap

Approximate timeline:

- Jan 2024 - first beta release
- Mar 2024 - first release candidate
- May 2024 - first stable release

\- [Peter Taoussanis](https://www.taoensso.com)
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ It incorporates **best practices and reasonable defaults** to help simplify many

## Latest release/s

- Snapshot [here](https://clojars.org/com.taoensso/tempel) for early feedback
- First v1.0.0 alpha coming [~Nov 2023](https://www.taoensso.com/clojure/roadmap)
- `2023-11-13` `1.0.0-alpha1`: [release notes](../../releases/tag/v1.0.0-alpha1)

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]

<!-- TODO See [here][GitHub releases] for earlier releases. -->
See [here][GitHub releases] for earlier releases.

## Why Tempel?

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/tempel "1.0.0-SNAPSHOT"
(defproject com.taoensso/tempel "1.0.0-alpha1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Data security framework for Clojure"
:url "https://github.com/taoensso/tempel"
Expand Down

0 comments on commit 2d74ff7

Please sign in to comment.