Skip to content

Commit

Permalink
v1.0.0-RC1 (2024-02-26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 26, 2024
1 parent 9fd28ce commit e7a45df
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v1.0.0-RC1` (2024-02-26)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tempel/versions/1.0.0-RC1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
⚠️ This release is intended for **development/testing** with **ephemeral or low-value data**. Tempel `v1.0` final is expected around [May 2024](https://www.taoensso.com/roadmap).

Please report any problems and let me know if anything is unclear, inconvenient, etc. Thank you! 🙏

## New since `v1.0.0-beta1`

* 9001f1b [new] Add `encrypt-keychain`, `decrypt-keychain` aliases
* Misc documentation improvements, incl. new [demo video](https://www.youtube.com/watch?v=sULZVFhR848)

---

# `v1.0.0-beta1` (2024-02-01)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tempel/versions/1.0.0-beta1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Its [tiny API](../../wiki/1-Getting-started#api-overview) and focus on **smart k

## Latest release/s

- `2024-02-01` `v1.0.0-beta1`: [release notes](../../releases/tag/v1.0.0-beta1)
- `2024-02-26` `v1.0.0-RC1`: [release notes](../../releases/tag/v1.0.0-RC1)

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]
Expand Down Expand Up @@ -54,10 +54,8 @@ Still, given the sensitivity of the problem domain, I plan to approach Tempel's

| Phase | Date | Release | Appropriate for
| :-: | :-- | :-- | :--
| | 2023-11 | `v1.0-alpha` | Dev/testing with disposable data
| ➤ | 2024-02 | `v1.0-beta` | Dev/testing with disposable data
| | 2024-03 | `v1.0-RC` | Staging, with ephemeral or low-value data
| | 2024-06 | `v1.0` final | Production, with real data
| ➤ | 2024-02 | `v1.0-RC1` | Staging, with ephemeral or low-value data
| | 2024-05 | `v1.0` final | Production, with real data

`v1.0` final will be considered "**done**"- the library is expected to need+see only minimal maintance from that point.

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-beta1"
(defproject com.taoensso/tempel "1.0.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Data security framework for Clojure"
:url "https://www.taoensso.com/tempel"
Expand Down

0 comments on commit e7a45df

Please sign in to comment.