Skip to content

Commit e7a45df

Browse files
committed
v1.0.0-RC1 (2024-02-26)
1 parent 9fd28ce commit e7a45df

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v1.0.0-RC1` (2024-02-26)
6+
7+
> 📦 [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).
8+
9+
⚠️ 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).
10+
11+
Please report any problems and let me know if anything is unclear, inconvenient, etc. Thank you! 🙏
12+
13+
## New since `v1.0.0-beta1`
14+
15+
* 9001f1b [new] Add `encrypt-keychain`, `decrypt-keychain` aliases
16+
* Misc documentation improvements, incl. new [demo video](https://www.youtube.com/watch?v=sULZVFhR848)
17+
18+
---
19+
520
# `v1.0.0-beta1` (2024-02-01)
621

722
> 📦 [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).

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Its [tiny API](../../wiki/1-Getting-started#api-overview) and focus on **smart k
1313

1414
## Latest release/s
1515

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

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

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

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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/tempel "1.0.0-beta1"
1+
(defproject com.taoensso/tempel "1.0.0-RC1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Data security framework for Clojure"
44
:url "https://www.taoensso.com/tempel"

0 commit comments

Comments
 (0)