From 184c14df4c7388eb023ba4e44467b48b5f8a09d0 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Fri, 5 Aug 2016 06:11:44 -0400 Subject: [PATCH] 0.12.0 --- CHANGES.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fa1e9fd..d71e679 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.12.0 (unreleased) +## 0.12.0 * BREAKING CHANGE: Changed semantics of `Navigator` protocol `select*` in order to enable very large performance improvements to `select`, `select-one`, `select-first`, and `select-one!`. Custom navigators will need to be updated to conform to the new required semantics. Codebases that do not use custom navigators do not require any changes. See the docstring on the protocol for the details. * Added `select-any` operation which selects a single element navigated to by the path. Which element returned is undefined. If no elements are navigated to, returns `com.rpl.specter/NONE`. This is the fastest selection operation. diff --git a/VERSION b/VERSION index 52bba55..ac454c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.0-SNAPSHOT +0.12.0