summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyatt Calandro <64923869+wcalandro@users.noreply.github.com>2022-08-01 22:31:43 +0000
committerGitHub <noreply@github.com>2022-08-01 15:31:43 -0700
commit98a5d24ddf23c414eaf40a8c5d73d9048a454ea3 (patch)
treef6236f2fca6b68084f2ab9369e23afb32aa244e9
parent1ad431c359a176f847b7c9b9419e06853900c0b9 (diff)
downloadkythe-98a5d24ddf23c414eaf40a8c5d73d9048a454ea3.tar.gz
release: v0.0.60 (#5335)
* release: v0.0.60 * chore: clean up RELEASES.md
-rw-r--r--RELEASES.md52
-rw-r--r--kythe/release/BUILD2
2 files changed, 52 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 4adca5f50..625a9ccd4 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,54 @@
# Release Notes
+## [v0.0.60] - 2022-08-01
+
+#### Bug Fixes
+
+* **build:** remove use of managed_directories (issue #5287) (#5288) ([8ad0e685](https://github.com/kythe/kythe/commit/8ad0e685616462dbf85472984c99aa5d2ea6de3f))
+* **cxx_indexer:** emit non-implicit refs to explicit template specializations (#5290) ([9f0a3379](https://github.com/kythe/kythe/commit/9f0a33793c624043529cf5c8510c79587423d93f))
+* **java:** rollback recent annotation ref/id changes (#5294) ([77a9a8e6](https://github.com/kythe/kythe/commit/77a9a8e6d3db4d24be19d31632651e44cd49908a))
+* **java_indexer:**
+ * guard against NPE in ImmutableList (#5310) ([74dc8410](https://github.com/kythe/kythe/commit/74dc8410d24586bccb1f7853a8f37019fcba6e46))
+ * assert that annotation invocations aren't refs (#5284) ([4b3e0f44](https://github.com/kythe/kythe/commit/4b3e0f44ac11b908e3299dd24c34ff5dfc00c373))
+* **rust_extractor:** find the analysis file based on crate name (#5306) ([48b4edf3](https://github.com/kythe/kythe/commit/48b4edf36193ffe9f1b8d5263c54e6e2d058f6e4))
+* **rust_indexer:**
+ * set the VName root on emitted Rust anchors (#5329) ([d282719f](https://github.com/kythe/kythe/commit/d282719f5fe1d97ff260964335f59145ed927a3e))
+ * clean relative paths in indexer to match vname paths (#5279) ([0cd64758](https://github.com/kythe/kythe/commit/0cd64758cd54ff567bbe9babf74d4364a02c6859))
+ * set corpus+lang on diagnostic (#5263) ([7274df4c](https://github.com/kythe/kythe/commit/7274df4cc8c09d5cbf0f2c6123cbcd8fa836d5c1))
+* **textproto:** workaround upstream proto path bug (#5307) ([e770a7b0](https://github.com/kythe/kythe/commit/e770a7b03fb44ed5e2a3889aae10c2fbda77f734))
+* **typescript_indexer:**
+ * fix lint issue (#5265) ([56a3e50d](https://github.com/kythe/kythe/commit/56a3e50de0bdaab5892d614f0ba2cd66178b3d59))
+ * don't emit absvar nodes (#5273) ([1e4467b1](https://github.com/kythe/kythe/commit/1e4467b1051820340b90b510a14d68d079b2d64f))
+* **verifier:** include @ in anchor labels and support EVars (#5291) ([992a3e94](https://github.com/kythe/kythe/commit/992a3e946df73948afaba06e384b1d164e27a86f))
+
+#### Features
+
+* **api:** add resolved path filters for xrefs (#5274) ([cdde24e7](https://github.com/kythe/kythe/commit/cdde24e79b7b93670e9f89479942178bd30bfa27))
+* **cxx_indexer:**
+ * record full signatures in a separate file (#5323) ([179c0282](https://github.com/kythe/kythe/commit/179c0282dc82000182cae84dbdcb08650345ad55))
+ * implement directory traversal in indexer VFS (#5325) ([541aa64b](https://github.com/kythe/kythe/commit/541aa64bf3e5831c165a14b2da77e73b629c9f97))
+* **go_indexer:**
+ * add --override_stdlib_corpus flag (#5314) ([5617eb8f](https://github.com/kythe/kythe/commit/5617eb8f211b0ee7f421f299f6c3b041e39c54e8))
+ * optionally put builtins and stdlib items in main corpus (#5124) ([f83f9321](https://github.com/kythe/kythe/commit/f83f9321570d81a95039751278d41c5c198cf918))
+* **java extractor:**
+ * use default value if corpus is ambiguous (#5305) ([40808f97](https://github.com/kythe/kythe/commit/40808f97d474b2e6a609b585974311c4b8d32892))
+ * assign a corpus to compilation units (#5320) ([aa76256b](https://github.com/kythe/kythe/commit/aa76256b6fc2818301074f8225e646481669608c))
+* **java_indexer:**
+ * use ref/id in annotation utterance contexts (#5281) ([584f65e7](https://github.com/kythe/kythe/commit/584f65e74a2bb016add70f609b310c027c78876c))
+ * log error when CU VName has empty corpus (#5303) ([c22d736b](https://github.com/kythe/kythe/commit/c22d736be1693aa43c9e85040fa1bc0d3934b585))
+* **proto:** add a proto field to signify whether a file is protected (#5308) ([d08fbe6b](https://github.com/kythe/kythe/commit/d08fbe6b8af92efcb8639421362c71447e262c68))
+* **rust_indexer:** emit proper xrefs to files generated by dependencies (#5326) ([82a61189](https://github.com/kythe/kythe/commit/82a61189a1af2558a3cec703f3a9a9e003ee7557))
+* **tooling:**
+ * add --workspace_uri to kythe decor cmd (#5313) ([18f24c21](https://github.com/kythe/kythe/commit/18f24c21fb787dfb5de60d94f5934b1cbd26d287))
+ * treat absolute kzips as a set (#5271) ([b5e81531](https://github.com/kythe/kythe/commit/b5e8153151dbe3a2c8a352f10c4a9081f03c375e))
+* **typescript_indexer:**
+ * emit `field` subkind fact for class/interface/ojbect literal properties (#5293) ([3a3c772b](https://github.com/kythe/kythe/commit/3a3c772b4b9dc91692d961980d70943ef91700f9))
+ * use ref/id for destructuring variables (#5292) ([60c0e854](https://github.com/kythe/kythe/commit/60c0e854e860314e9201dd008b53f1d20ad99c60))
+ * emit edges from object literals to corresponding types (#5262) ([c496c5c0](https://github.com/kythe/kythe/commit/c496c5c00177e437e28bb3a75a5ef811d5d55ff7))
+* **verifier:**
+ * allow simplifying graph output data (#5286) ([b6554980](https://github.com/kythe/kythe/commit/b655498061af8866ac2822c8beedfa0a043a6f09))
+ * add a flag to elide nodes not bound as goals (#5269) ([2d4bc69e](https://github.com/kythe/kythe/commit/2d4bc69eaf31016bc86d53e2bd1b48ac7b70adc9))
+
## [v0.0.59] - 2022-04-18
#### Features
@@ -1306,7 +1355,8 @@ https://github.com/kythe/kythe/compare/v0.0.26...v0.0.27
Initial release
-[Unreleased] https://github.com/kythe/kythe/compare/v0.0.59...HEAD
+[Unreleased] https://github.com/kythe/kythe/compare/v0.0.60...HEAD
+[v0.0.60] https://github.com/kythe/kythe/compare/v0.0.59...v0.0.60
[v0.0.59] https://github.com/kythe/kythe/compare/v0.0.58...v0.0.59
[v0.0.58] https://github.com/kythe/kythe/compare/v0.0.57...v0.0.58
[v0.0.57] https://github.com/kythe/kythe/compare/v0.0.56...v0.0.57
diff --git a/kythe/release/BUILD b/kythe/release/BUILD
index 0ae9dd032..deb649e3f 100644
--- a/kythe/release/BUILD
+++ b/kythe/release/BUILD
@@ -22,7 +22,7 @@ docker_build(
deps = ["//kythe/release/base"],
)
-release_version = "v0.0.59"
+release_version = "v0.0.60"
genrule(
name = "release",