---
title: How can I find which Core version to which a particular feature or fix was added?
sidebar_label: How can I find which Core version to which a feature or fix was added?
---

At the bottom of a Deephaven Community Core commit message you can see branches and tags containing that particular change. You can browse commits in the [deephaven-core GitHub repository](https://github.com/deephaven/deephaven-core/commits/main/). Click on any title for details. For example, in the following commit message, you can see that 0.31.0 is the only release which includes this merge commit:

![A commit message with branches and tags highlighted](../../assets/reference/community-questions/commitmessage.png)

If no version is listed, this feature will be included in the next release.
